[mod_python] Servlet and images.

FC tme-h81 at myamail.com
Sat Sep 11 23:53:16 EDT 2004


Hello,

I'm playing with mod_python and the servlet module from Daniel Popowich 
and I wanted to know how can I have python code and images in the same 
directory.

My htaccess file look like this:

SetHandler mod_python
PythonHandler mod_python.servlet
PythonDebug on

Apache try to run every file through the servelet module. I have also 
try to change SetHandler in my htaccess file to AddHander mod_python 
.mps and AddHandler mod_python .py but that doesn't work.

Fred




More information about the Mod_python mailing list