André Warnier wrote:
Under Linux, there is also a utility called "logrotate" (a separate program which will run from time to time under cron, and rotate a choice of logfiles, dictated by its configuration files).We use it on all our Apache2 sites, works very nicely.
I've been looking into this for httpd that is in front of Tomcat via mod_jk. One thing that concerns me is that in order to get httpd to start using the new log, you need to send a SIGHUP signal to the httpd process. That worries me in terms of sessions since httpd kills its child processes and rereads its configuration files as well as reopening log files. Will this affect currently active sessions? --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx