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