From d68d308b29cd0a87a12191d676653da79c8887a8 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 21 Sep 2001 17:59:21 +0000 Subject: [PATCH] fix apache suggestion to leave files with root perms, rather than changing to www.www - leaving them more easily modified by a problem in a cgi or httpd. Also send SIGUSR1 for a graceful restart as apache expects. noticed by mpech@, ok millert@ --- src/etc/newsyslog.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/etc/newsyslog.conf b/src/etc/newsyslog.conf index bd9abd29..73f1a2c5 100644 --- a/src/etc/newsyslog.conf +++ b/src/etc/newsyslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: newsyslog.conf,v 1.16 2001/09/19 14:05:24 millert Exp $ +# $OpenBSD: newsyslog.conf,v 1.17 2001/09/21 17:59:21 beck Exp $ # # configuration file for newsyslog # @@ -18,10 +18,10 @@ # # Uncomment to rotate apache logs # -#/var/www/logs/access_log www.www 644 7 250 * Z /var/www/logs/httpd.pid -#/var/www/logs/error_log www.www 644 7 250 * Z /var/www/logs/httpd.pid +#/var/www/logs/access_log 644 7 250 * Z /var/www/logs/httpd.pid SIGUSR1 +#/var/www/logs/error_log 644 7 250 * Z /var/www/logs/httpd.pid SIGUSR1 # # Uncomment to rotate ssl logs # -#/var/www/logs/ssl_engine_log www.www 644 7 250 * Z /var/www/logs/httpd.pid -#/var/www/logs/ssl_request_log www.www 644 7 250 * Z /var/www/logs/httpd.pid +#/var/www/logs/ssl_engine_log 644 7 250 * Z /var/www/logs/httpd.pid SIGUSR1 +#/var/www/logs/ssl_request_log 644 7 250 * Z /var/www/logs/httpd.pid SIGUSR1