43
43
handlerpath = req.get_options()['ivle.handlerpath']
45
50
# Note: "Internal Server Error" if "ivle.handlerpath" is not set
46
51
# (this is valid as it reflects an error in the Apache config
47
52
# But give useful feedback in debug mode
48
53
raise Exception("Missing configuration option 'ivle.handlerpath'")