|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
Hello
Is this list still active? If so I installed cronolog on 4 Apache
servers.
The commands I used
CustomLog "|/usr/local/sbin/cronolog /backup/logdir/%Y-%m-%d-access_log"
common
CustomLog "|/usr/local/sbin/cronolog /backup/logdir/%Y-%m-%d-error_log"
common
CustomLog "|/usr/local/sbin/cronolog /backup/logdir/%Y-%m-%d-mod_jk.log"
common
CustomLog "|/usr/local/sbin/cronolog
/backup/logdir/%Y-%m-%d-ssl_request_log" common
CustomLog "|/usr/local/sbin/cronolog
/backup/logdir/%Y-%m-%d-ssl_engine_log" common
After the first 24hrs the logs were filling up with the input of the
access_log, all the logs were the same.
In my httpd.conf files I noticed I had these values set for the
directives and changed them.
ErrorLog /opt/apache/logs/error_log
CustomLog /opt/apache/logs/access_log common
JkLogFile /opt/apache/logs/mod_jk.log
CustomLog /opt/apache/logs/ssl_request_log \"%t %h %{SSL_PROTOCOL}x
%{SSL_CIPHER}x \"%r\" %b"
SSLLog /opt/apache/logs/ssl_engine_log
I changed the above paths to reflect the /backup/logdir that I have set
to cronolog. Restarted everything, and I still got the same result... My
error_log mod_jk.log and ssl logs are all full of what is in the
access_log.
Am I missing something simple, where have I gone wrong? Can I use/ would
Apache recognise something like...
"ErrorLog /backup/logdir/%Y-%m-%d-error_log" for the error log directive
and or the other logs I have.
Thank you in advance.
Rick Kline
|