On Wed, Feb 17, 2010 at 2:55 PM, Ross Lawrie <r...@riverstyx.net> wrote:

> I've recently switched my server over to using mpm_worker rather than
> mpm_prefork, and I'm having problems with much reduced information in
> the error logs.
>
> Whereas before I might see something like this:
>
> [Wed Feb 17 10:58:37 2010] [error] [client 114.198.145.132] [pid 23028]
> main: filename = support_menu.pl
>
> I now only see:
>
> [pid 1254] main: filename = support_menu.pl
>
> In addition, it seems that any ErrorLog entries in my vhosts are
> ignored, and only the main ErrorLog entry is used.

I suspect that this is from the switch to mod_cgid (configure will do
that for you automatically when you use worker MPM, since mod_cgi
isn't reliable with a threaded MPM).

To confirm, use mod_cgid with prefork and see if you encounter the
same logging issues.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to