mod_python: what's going on here?

Olivier om at oliviermigeon.com
Mon Sep 5 05:03:26 EDT 2005


Robert J. Hansen a écrit :

 > Does anyone have any experience with mod_python on OS X/Apache
 > environments?  Can anyone shed some light on 500s that don't leave
 > traces in the error logs, or what precise incantation I need to make
 > mod_python start serving up scripts?



Here is a setup that works for me on 10.3, with Apache2 2.54, python 
2.4.1 and mod_python 3.1.4, all installed from source. This should 
probably work also with your python from fink.

Apache2:
./configure --enable-mods-shared=all  --enable-so

Python:
./configure

mod_python:
./configure --enable-so


 > Also, if this is not appropriate for this group, does anyone know of a
 > Python group for which this is more appropriate?


The mod_python mailing list ? At http://www.modpython.org/ .

Regards,

     Olivier




More information about the Python-list mailing list