[mod_python] mod_python on apache 1.3.36

James King james at theblogstudio.com
Wed May 24 16:39:34 EDT 2006


Hi there!

Any help is appreciated..

Having an issue verifying that my install of mod_python is  
functioning. I need to get it to work to get trac running. :)

ran ./configure --with-apxs=/usr/local/apache/bin/apxs --with-max- 
locks=32; make & make install

Then added the LoadModule / AddModule lines to my main httpd.conf file

Now within a VirtualHost section I have:

ServerAlias foo.com
...
<Location /mptest>
   SetHandler mod_python
   PythonHandler modpython.testhandler
</Location>
...

And when I go to http://foo.com/mptest I simply get a 404. No errors  
and nothing in the log.

Thanks in advance for your help!

Cheers,

James


More information about the Mod_python mailing list