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