Read:

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

Not sure why you want run a single thread. From memory would only want
to do that if trying to attach gdb to daemon process and debug at C
code level.

Graham

On Jun 16, 3:52 am, Chris <[EMAIL PROTECTED]> wrote:
> I've gotten Pylons to successfully run via WSGI on Apache2.2, but only
> after disabling debugging. 
> Followinghttp://code.google.com/p/modwsgi/wiki/DebuggingTechniques,
> I've tried to runmod_wsgiin a single thread daemon by appending the
> lines:
>
> WSGIDaemonProcess debug threads=1
> WSGIProcessGroup debug
>
> to my httpd.conf. However, this completely breaks WSGI, generating the
> error:
>
> [Sun Jun 15 13:44:09 2008] [error] [client 127.0.0.1] (13)Permission
> denied:mod_wsgi(pid=11972): Unable to connect to WSGI daemon process
> 'debug' on '/etc/httpd/logs/wsgi.9910.15.1.sock' after multiple
> attempts.
>
> Since there are other applications running through Apache, I can't
> change the StartServers/ServerLimit params. Is there any other way to
> enable debugging without lobotomizing Apache?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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