tkopecek / koji

Forked from koji 7 years ago
Clone

ae3fac1 web: remove reference to PythonOption

1 file Authored by ktdreyer 4 years ago, Committed by tkopecek 4 years ago,
    web: remove reference to PythonOption
    
    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.