Configuration: Apache + mod_python

Danilo dbraband at gmail.com
Thu Mar 8 05:50:23 EST 2007


Hi there,

is it possible to create a rewrite rule to send every server-request
to the directory /py? But only if the file does not exists on the
server.

This is my mod_python section of the apache config-file.

<Location "/py">
	SetHandler python-program
	PythonHandler django.core.handlers.modpython
	PythonPath "['/var/www/mydomain.com/htdocs/py'] + sys.path"
	SetEnv DJANGO_SETTINGS_MODULE myapp.settings
	PythonDebug Off
</Location>

Thanks.




More information about the Python-list mailing list