Re: Help running Django with mod_python

2005-12-02 Thread Paolo
2005/12/2, frank h. <[EMAIL PROTECTED]>: > > hej paolo, > I am on OS X as well, and I had problems with Apache and mod_python. Hi frank, I'm not running OS X! I looked at django's documentation and at http://cavedoni.com/2005/django-osx, as you suggested, but even trying a bunch of different "var

Re: Help running Django with mod_python

2005-12-02 Thread Paolo
2005/12/1, Bryan Murdock <[EMAIL PROTECTED]>: > Do you have mod_php running too? See this: > > http://www.modpython.org/pipermail/mod_python/2004-January/014886.html No mod_php installed! I already checked that (and this faq gives an explanation about mod_php and mod_python incompatibilities in

Re: Help running Django with mod_python

2005-12-02 Thread Paolo
2005/12/1, Afternoon <[EMAIL PROTECTED]>: > Have you tried adding PythonDebug On to your httpd.conf? Also, I'm > using SetHandler python-program, no idea if that makes any difference > though. Yes, PythonDebug is On, and to increase verbosity LogLevel is set to value debug. For mod_python 3.1, i

Re: Help running Django with mod_python

2005-12-01 Thread frank h.
hej paolo, I am on OS X as well, and I had problems with Apache and mod_python. Turns out that my python (version 2.4.1 from fink) was the problem. the following worked for me: stop any apache that is currently running (fink or buildin) install python 2.4.1 framework build from http://undefined

Re: Help running Django with mod_python

2005-12-01 Thread Bryan Murdock
On 12/1/05, Paolo <[EMAIL PROTECTED]> wrote: > > I'm trying to setup Django with Apache and mod_python. > > I have followed the procedure described in the document "how to use > Django with mod_python", but I can't obtain a working basic (single > Django installation on the same Apache) environmen

Re: Help running Django with mod_python

2005-12-01 Thread Afternoon
This make me think that apache/mod_python/python installation is fine and that the problem is in httpd.conf or in my project. The fact that the child process is dying suggests something fairly low-level, but if you have another MP handler that works OK that's a bit strange. I always had e

Re: Help running Django with mod_python

2005-12-01 Thread Paolo
2005/12/1, Afternoon <[EMAIL PROTECTED]>: > > What platform are you building on? Where is your Python? I had to > define PYTHONHOME = /usr/ in envopts for Apache because I'm running > OS X and my Python is stock but my Apache comes from the Fink project. > > Is there any way that Apache might not

Re: Help running Django with mod_python

2005-12-01 Thread Afternoon
On 1 Dec 2005, at 15:24, Paolo wrote: Hi Afternoon, not only I have restarted Apache after building mod_python (3.1.4), I also have updated it from version 2.0.54 to 2.0.55, but nothing has changed. Hang on, it's coming back to me now (sorry, it was a long night). What platform are you buil

Re: Help running Django with mod_python

2005-12-01 Thread Paolo
2005/12/1, Afternoon <[EMAIL PROTECTED]>: > > > On 1 Dec 2005, at 14:29, Paolo wrote: > > > [Thu Dec 01 11:07:13 2005] [notice] child pid 15299 exit signal > > Segmentation fault (11) > > Ah, I spent a frustrating few hours wrestling with this error (or one > like it) last night. Are you using mod

Re: Help running Django with mod_python

2005-12-01 Thread Afternoon
On 1 Dec 2005, at 14:29, Paolo wrote: [Thu Dec 01 11:07:13 2005] [notice] child pid 15299 exit signal Segmentation fault (11) Ah, I spent a frustrating few hours wrestling with this error (or one like it) last night. Are you using mod_python 3? After building mod_python have you fully re

Help running Django with mod_python

2005-12-01 Thread Paolo
I'm trying to setup Django with Apache and mod_python. I have followed the procedure described in the document "how to use Django with mod_python", but I can't obtain a working basic (single Django installation on the same Apache) environment, because Apache unexpectedly crashes at each request.