Author Login
Post Reply
Servus,
>> To rotate the logs you can use Apaches piped rotatelogs:
>> http://httpd.apache.org/docs/2.2/programs/rotatelogs.html
>> Put something like the following in your httpd.conf (or whereever your
>> logging is define),
>> 'CustomLog "| <APACHE_HOME>/bin/rotatelogs -l
>> <APACHE_HOME>/logs/access_log%Y-%m-%d_%H_%M_%S
>>2048M" custom'
>> That should rotate at 2 gigs.
unfortunately i have still this problem. After a while of testing and
experimenting i have the problem that nothing is rotated. Logfile is growing
and growing...
In httpd.conf is following:
LogLevel warn
LogFormat "%v***%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog "|/usr/sbin/rotatelogs /www/logs/%Y/%m/%d/access_log 1024M" common
ErrorLog "|/usr/sbin/cronolog --symlink=/www/logs/error_log
/www/logs/%Y/%m/%d/error_log"
I tried with 1024M for Size or 120 for time-intervall but nothing happens.
I have just no idea, other logfiles contain no info about error etc.
What to do now?
Thanks
Andre
---------------------------------------------------------------------
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: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)