diff options
Diffstat (limited to 'www/wwwstat/files/patch-ab')
-rw-r--r-- | www/wwwstat/files/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/wwwstat/files/patch-ab b/www/wwwstat/files/patch-ab new file mode 100644 index 000000000000..a01033117ae4 --- /dev/null +++ b/www/wwwstat/files/patch-ab @@ -0,0 +1,15 @@ +--- 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 + # |