Apache 2.2.3 , error-log format , cgi - stderr
am 20.09.2007 09:10:38 von MariuszHello.
Sorry for my english..
I have a problem with logging cgi's stderr . On my configuration (Apache
2.3.20 running on opensuse 10.2) all error messages from cgi goes to
Apache's error_log. But apache write it in strange way ,each line of
apache's log contains only one character from cgi error message , so
each message is divided to many lines in error log.
My question is:
1) can i modify somehow number of characters from cgi error message
stored in error_log ?
2) is it possible to create CustomLog which contains only cgi's error
messages?
3) I tried to use ScriptLog definition . But log file defined with this
is empty , My cgi's are stored in suse default location
"/srv/www/cgi-bin/" and mod_log is loaded. Is any more configuration
option needed ?
Thanks in advance. Mariusz