Hi everybody,

I'm using django (integrated in an application, omero) as a production
server with mod_python (v3.3.1-147.35) and apache (v2.2.10-2.8.1).
Unfortunately after rebooting the server apache seems to hang-up. When
opening the website I just see the progress-indicator gif.
When restarting the apache server by hand or disabling mod_python
redirect everything works fine.

My mod_python (located in /etc/apache2/conf.d/) script looks like
this:
<Location "/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE omeroweb.settings
    PythonDebug On
    PythonPath "['/srv/omero/omero_dist/lib/python', '/srv/omero/
omero_dist/lib/python/omeroweb'] + sys.path"
</Location>

The apache error_log:
[Wed Mar 31 14:13:23 2010] [notice] caught SIGTERM, shutting down
[Wed Mar 31 14:14:28 2010] [notice] mod_python: Creating 8 session
mutexes based on 150 max processes and 0 max threads.
[Wed Mar 31 14:14:28 2010] [notice] mod_python: using mutex_directory /
tmp
[Wed Mar 31 14:14:28 2010] [notice] Apache/2.2.10 (Linux/SUSE) PHP/
5.2.11 with Suhosin-Patch mod_python/3.3.1 Python/2.6 mod_wsgi/2.5
configured -- resuming normal operations

Has anyone an idea what could lead to the error when rebooting?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to