Re: [Speedycgi-users] Apache log/STDERR problems
Brought to you by:
samh
|
From: Sam H. <sa...@da...> - 2003-11-04 21:53:37
|
> The first problem (and the one the most concerns me) shows up using > speedy with CGI under Apache. If the first request to Apache after it > starts up is to a speedy CGI script that prints a message to STDERR, the > STDERR output shows up at the _top_ of the Apache error log, overwriting > whatever was there. After that any STDERR output will overwrite > existing lines in the error log from the top down. Note that this only > happens if the speedy script is the very first request. Have you tried switching back to normal perl and doing the same test? Can you send me a typescript that shows the problem? Cat the error log before starting apache, cat your test script and httpd.conf, start apache, do a few requests with "ab" to your test script, then cat the error log again. I'll try to reproduce it. |