With mod_python we could use Apache's PythonOption directive. That directive does not exist with mod_wsgi and we have to use SetEnv instead.
Remove the PythonOption directive and describe how to use SetEnv.
:thumbsup:
Commit ee473019 fixes this pull-request
Pull-Request has been merged by tkopecek
With mod_python we could use Apache's PythonOption directive. That directive does not exist with mod_wsgi and we have to use SetEnv instead.
Remove the PythonOption directive and describe how to use SetEnv.