diff options
author | 1998-10-02 17:12:21 +0000 | |
---|---|---|
committer | 1998-10-02 17:12:21 +0000 | |
commit | be9711b0af4f9602dda3214a6f430b427b9f098b (patch) | |
tree | 716f93d00a718202cf89304ac2ee7c026d540fa9 | |
parent | These have been tested by emory@hellyeah.com (diff) | |
download | wireguard-openbsd-be9711b0af4f9602dda3214a6f430b427b9f098b.tar.xz wireguard-openbsd-be9711b0af4f9602dda3214a6f430b427b9f098b.zip |
Add commented out entry to rotate www logs
-rw-r--r-- | etc/newsyslog.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 539c52f3c41..dc18a06393c 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: newsyslog.conf,v 1.6 1998/09/19 20:04:13 millert Exp $ +# $OpenBSD: newsyslog.conf,v 1.7 1998/10/02 17:12:21 millert Exp $ # # configuration file for newsyslog # @@ -15,4 +15,9 @@ /var/log/secure 600 7 * 168 Z /var/log/wtmp 644 7 * 168 ZB /var/log/xferlog 640 7 250 * Z -/var/log/ppp.log root.wheel 640 7 250 * Z +/var/log/ppp.log 640 7 250 * Z +# +# 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 |