[mod_python] mod_python on apache 1.3.36

Jim Gallacher jpg at jgassociates.ca
Wed May 24 22:22:32 EDT 2006


You can't use mod_python 3.x on apache 1.3 because of threading issues. 
Either downgrade to mod_python 2.7.x or upgrade apache to 2.0.x.

(I'm assuming you're trying to install mod_python 3.2.8, as 
--with-max=locks is a new in 3.2)

Jim

James King wrote:
> 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
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
> 



More information about the Mod_python mailing list