mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
|
--- splitlog.rc.orig Sun Mar 2 18:50:00 1997
|
||
|
+++ splitlog.rc Sun Mar 2 18:51:21 1997
|
||
|
@@ -41,10 +41,12 @@
|
||
|
# Specify the default location of your access log
|
||
|
#
|
||
|
## $DefaultLog = '/usr/local/etc/httpd/logs/access_log';
|
||
|
+$DefaultLog = '/var/log/httpd-access.log';
|
||
|
#
|
||
|
# Specify the default destination directory for the split logfiles
|
||
|
#
|
||
|
## $DestDir = ''; # current directory
|
||
|
+$DestDir = '/tmp'; # current directory
|
||
|
#
|
||
|
# Specify the filename (no .ext) for non-matching, non-split log entries
|
||
|
#
|