alecf <[EMAIL PROTECTED]> writes:

> <Location />
> SetHandler python-program
> PythonHandler paste.modpython
> PythonOption wsgi.application client::client_app
> </Location>
>
> And this works great.

Yeah, I just found my problem: an incompatibility between the expat
built into Python-2.4.4 and the one I had installed and that
mod_python was compiled against.  Once I removed the latter, and
installed the exact same expat version as in Python from sourceforge,
then rebuilt Apache, I got it running.

This article helped a LOT in diagnosing the problem and specific
versions:

http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to