From: eldy <> Date: Sat, 18 Nov 2000 01:49:52 +0000 (+0000) Subject: Change DirHistory into DirData (name is more understandable like that) X-Git-Tag: AWSTATS_1_0~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20bcd75702f7b57272f0a45840d67994b82fe8e8;p=thirdparty%2FAWStats.git Change DirHistory into DirData (name is more understandable like that) --- diff --git a/awstats.model.conf b/awstats.model.conf index 35f9f5ce..ea938c47 100644 --- a/awstats.model.conf +++ b/awstats.model.conf @@ -12,7 +12,9 @@ # Web server logfile to analyze, with full path or relative path from # awstats.pl directory. # Example: "../logs/mycombinedlog.log" +# Example: "/var/logs/httpd/myserver_access.log" # Example: "C:/WINNT/system32/LogFiles/W3SVC1/exyymm.log" +# With IIS and the next example, AWStats concat YYMM.log or YYMMDD.log at end. # Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex" # LogFile="/var/log/httpd/mylog.log" @@ -25,11 +27,12 @@ LogFile="/var/log/httpd/mylog.log" LogFormat=1 # Set this to a directory where you want AWStats to save its working files. -# Need write permissions by web server. -# Example: "../data", "C:/HISTORYDIR", ... -# Default: "." means same directory as awstats.pl -# -DirHistory="." +# Need write permissions by web server user (user "nobody" with Unix OS). +# Example: "/tmp" +# Example: "../data" +# Example: "C:/awstats_working_dir" +# Default: "." means same directory as awstats.pl +DirData="." # Relative or absolute web URL of your awstats.pl directory. # Usefull only when AWStats is used from command line. @@ -50,7 +53,7 @@ DirIcons="/icon" DNSLookup=1 # If AWStats can purge log after processing it, it will do so. You can however -# keep an archive file (saved in DirHistory) of all processed log records by +# keep an archive file (saved in "DirData") of all processed log records by # setting this to 1 (For example if you want to use another log analyzer). # Possible values: 1 or 0 # Default: 0