summaryrefslogtreecommitdiff
path: root/etc/newsyslog.conf
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-10-06 20:18:26 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-10-06 20:18:26 +0000
commit03dc0b5e06fee7cdcdd3213ddb16b576d58004c5 (patch)
tree1c6a335299a772fc577e66709a2f063c484930b0 /etc/newsyslog.conf
parent3521bedb0eb8f206223572bafb9477e1e5e7ea7c (diff)
finally remove the sample lines for httpd, causes problems as soon as
3rd party, chroot-unaware modules are loaded, if not sooner ok millert@
Diffstat (limited to 'etc/newsyslog.conf')
-rw-r--r--etc/newsyslog.conf12
1 files changed, 1 insertions, 11 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 1353bf24084..ace7cfc3a23 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: newsyslog.conf,v 1.22 2003/02/12 19:42:59 millert Exp $
+# $OpenBSD: newsyslog.conf,v 1.23 2003/10/06 20:18:25 henning Exp $
#
# configuration file for newsyslog
#
@@ -15,13 +15,3 @@
/var/log/xferlog 640 7 250 * Z
/var/log/ppp.log 640 7 250 * Z
/var/log/pflog 600 3 250 * ZB /var/run/pflogd.pid
-#
-# Uncomment to rotate apache logs
-#
-#/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 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