Hello,

I've a problem with mod_wsgi apps failing to log errors. I have to
strace apache to get them and then it looks like this:

write(4294967295, "[Thu Oct 20 17:50:01 2011] [error]
ImproperlyConfigured: Error importing middleware helpers: \"cannot
import name AuthenticationGroup\"\n", 168) = -1 EBADF (Bad file descriptor)

4294967295 is obviously a bad file descriptor and I've no idea why is
apache trying to write to it.

Configuration is fairly basic and looks like this:

WSGIDaemonProcess foo processes=16 threads=5 display-name='%{GROUP}'
maximum-requests=5000
WSGIProcessGroup foo
WSGIScriptAlias / /path/to/foo.wsgi

Apache is 2.2.16 with mod_wsgi 3.3 all running on Debian Squeeze. Any
insight?

TIA!

Regards,
Vedran

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

Reply via email to