I wanted to set this up to run under mod_wsgi and pass in the config options with SetEnv, but it seems these values don't make it into os.environ. This change works around that.
:thumbsup:
rebased onto 0c8c4392aaf117e2d5985d93620c2827a0334d97
Commit e4a531d9 fixes this pull-request
Pull-Request has been merged by mikem
I wanted to set this up to run under mod_wsgi and pass in the config options with SetEnv, but it seems these values don't make it into os.environ. This change works around that.