I know, another boring configuration question. Most of you probably 
prefer to do some python coding, but... I'm obsessive and it's not easy 
to ignore that something as cool as django does not work for me :).

Shortly speaking, it dies :). Internal server error, nothing more 
specific, despite of the fact that I have PythonDebug On. dmesg shows 
that it segfaults (pid 63126 (httpd), uid 80: exited on signal 11), 
apache logs are not giving me any clues why:

access.log:

192.168.1.1 - - [30/Aug/2006:16:36:07 +0000] "GET /djangoblog/ HTTP/1.0" 
500 8 "-" "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.5) 
Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5"

error.log:

[Wed Aug 30 16:36:07 2006] [notice] mod_python: (Re)importing module 
'django.core.handlers.modpython'

httpd.conf (interesting part) is here:

http://paste.e-scribe.com/1392/

I've tested mod_python with:

<Location /somepath>
SetHandler mod_python
PythonHandler mod_python.testhandler
</Location>

and it shows the test page. One thing that bothers me is the transparent 
proxy info:

HTTP_VIA: 1.1 someadress:8080 (squid/2.5.STABLE14)

and

Apache threaded MPM: No (single thread MPM)
Apache forked MPM: Yes, maximum 256 processes

(it rings a bell but I can't remember where I've heard something about 
django and forked apache)

Unfortunately I'm not the admin of this machine, so I'm a bit restricted 
in what I can do. The most general question comes to mind: do you have 
similar working configuration?

It'd be great to have it working on FreeBSD, similar (apache20, 
mod_python-3.1) configuration on Linux works flawlessly.

Regards,
W.

-- 
Talkers are no good doers.
http://greblus.go.pl

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to