Usually this is because of:

  
http://code.google.com/p/modwsgi/wiki/ConfigurationIssues#Location_Of_UNIX_Sockets

If however you have other sites working on same Apache which also use
daemon process groups then is odd.

Does this happen on all requests, or only requests which come around
the time of doing an Apache graceful restart? See:

  http://groups.google.com/group/modwsgi/browse_frm/thread/8d72119604fe53b6

I have a feeling it may be because of the graceful restart.

Do a full stop and start of Apache and see if it then works.

Graham

On 8 November 2010 08:26, sh4d0w <ad...@servqc.net> wrote:
> Using mod_wsgi 3.3 with python 2.6 on centos 5
> O.K not sure where to ask this but if anyone can give any input i'd
> much appreciate it. trying to setup pinax on a server i already have
> like 30 django sites working perfectly fine on.  and with a pinax app
> i get. the following messages in my error log:
>
> 1.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12090): Shutdown
> requested 'ourianet'.
> 2.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12090): Stopping
> process 'ourianet'.
> 3.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12090): Destroying
> interpreters.
> 4.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12090): Cleanup
> interpreter ''.
> 5.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12090): Terminating
> Python.
> 6.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12089): Shutdown
> requested 'ourianet'.
> 7.[Sun Nov 07 16:11:24 2010] [info] mod_wsgi (pid=12090): Python has
> shutdown.
> 8.[Sun Nov 07 16:11:27 2010] [error] [client 24.37.183.231] Premature
> end of script headers: django.wsgi
> 9.[Sun Nov 07 16:11:27 2010] [error] [client 24.37.183.231] (2)No such
> file or directory: mod_wsgi (pid=12133): Unable to connect to WSGI
> daemon process 'ourianet' on '/var/run/wsgi.3910.5.23.sock' after
> multiple attempts.
> 10.[Sun Nov 07 16:11:29 2010] [info] mod_wsgi (pid=13397): Attach
> interpreter ''.
> 11.[Sun Nov 07 16:11:29 2010] [info] mod_wsgi (pid=13402): Attach
> interpreter ''.
>
> when i try and load the site but it works fine when i do use manage.py
> run server.  any help would be much appreciated.
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to modw...@googlegroups.com.
> To unsubscribe from this group, send email to 
> modwsgi+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/modwsgi?hl=en.
>
>

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

Reply via email to