Hi,
I want to add a <Location> directive to a virtual domain.
<Location /datamgmt/trac>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /datamgmt/trac
PythonOption TracUriRoot /datamgmt/trac
SetEnv PYTHON_EGG_CACHE /datamgmt/tmp
</Location>
This is to support the TRAC application.
I can get to the CMD_CUSTOM_HTTPD and even enter the information but this adds it to every sub-domain in the file. How/where can I enter this for the domain.
Any suggestions/help please?
I want to add a <Location> directive to a virtual domain.
<Location /datamgmt/trac>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /datamgmt/trac
PythonOption TracUriRoot /datamgmt/trac
SetEnv PYTHON_EGG_CACHE /datamgmt/tmp
</Location>
This is to support the TRAC application.
I can get to the CMD_CUSTOM_HTTPD and even enter the information but this adds it to every sub-domain in the file. How/where can I enter this for the domain.
Any suggestions/help please?