Tagged Questions
1
vote
2answers
205 views
How to access to the root path in a mod_python directory?
In my Apache webserver I put this:
<Directory /var/www/MYDOMAIN.com/htdocs>
SetHandler mod_python
PythonHandler mod_python.publisher
PythonDebug On
</Directory>
Then I have ...