Re: [us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread Shibi NS
Sorry ,I made the mistake while writing this mail only Here is the corrected info Error log setting without piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common CustomLog '/logs/access_log'; ErrorLog ' /logs/error_log'; Error log setting wi

Re: [us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread André Warnier
Shibi NS wrote: Hello All, Error log setting without piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common TransferLog '| rotatelogs \logs\access_log.%y%m%d 1M common'; ErrorLog '| rotatelogs \logs\error_log.%y%m%d 1M '; Error log setting

[us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread Shibi NS
Hello All, Error log setting without piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common TransferLog '| rotatelogs \logs\access_log.%y%m%d 1M common'; ErrorLog '| rotatelogs \logs\error_log.%y%m%d 1M '; Error log setting with piped logging