Hello,

I'm a student of The Technical University of Gdansk (Poland)
I'm curently working on a project which will use apache error_log file. In
my project I'm using details from error_log entries (time, location) to
show a statistic of dangerous errors that has been occured on server - for
example:
"[Fri May 04 20:04:23 2007] [error] [client 127.0.0.1] PHP Fatal error: 
Maximum execution time of 30 seconds exceeded in /var/www/html/index.php
on line 5"

Unfortunetly not every entries have correct format.
For example:
"Allowed memory size of 1048576 bytes exhausted (tried to allocate 2038853
bytes)"
"mkdir: cannot create directory `haha': Permission denied"

Why there are no details in that error logs like in others?

apache v. 2.3.3
logformat httpd.conf is default

I will be very grateful for your answer,
Waldek



---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to