Re: Re: [EMAIL PROTECTED] Apache 2.2.3 lots of empty error logs

2006-11-14 Thread Filip Kolendo
Hello, I have exactly the same problem... Apache 2.0.58 Windows 2003 Svr PHP 5.0.5 (or 5.1.4) as CGI I have noticed that empty error lines in errorlog are connected with the HTTP result status = 302 Found. I mean every time the script returns the HTTP header with status code 302, new line to

Re: [EMAIL PROTECTED] Apache 2.2.3 lots of empty error logs

2006-09-29 Thread Stan Kaushanskiy
I dont think so, because when I use Apache 2.0.52 but keep all of my CGIs the same, this issue disappears. It must be something with apache itself. thanks, stan Steve Swift wrote: One possibility is that one of your CGI's is writing a null line to STDERR. Can you correlate the times in the

Re: [EMAIL PROTECTED] Apache 2.2.3 lots of empty error logs

2006-09-27 Thread Steve Swift
One possibility is that one of your CGI's is writing a null line to STDERR.  Can you correlate the times in the error log with the times in the access log to work out the culprit?It might not be your code that is generating the STDERR - I once had a system call that generated a line on stderr even