Just a shot in the dark, but have you made sure that Apache has write
access to the specified errorlog path?

On Thu, 24 Feb 2011 13:12:52 +0200, chp <[email protected]> wrote:

Hi,

I have been testing mod_wsgi 3.3 with cpanel as control panel with
successful results. However i have a problem with the error log and
the vhosts . Configuration:

 WSGIScriptAlias / /path/server.wsgi
 WSGIDaemonProcess vhostdomain processes=1 threads=1 user=myuser
group=myuser
 WSGIProcessGroup vhostdomain
 WSGIApplicationGroup vhostdomain
 ErrorLog /path/to/user/errorlog

With this configuration errorlogs do not appear neither in the apache
general error_log, nor  in the customized vhost error log. The info
logs do appear, though (LogLevel Debug in apache).  Maybe there is
something wrong with this config?

Thanks

--
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