]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Change DirHistory into DirData (name is more understandable like that)
authoreldy <>
Sat, 18 Nov 2000 01:49:52 +0000 (01:49 +0000)
committereldy <>
Sat, 18 Nov 2000 01:49:52 +0000 (01:49 +0000)
awstats.model.conf

index 35f9f5ced61dff3afb5b6a6da476ac32242e4a89..ea938c47b1e88592db8e226790edf07c78a22bd9 100644 (file)
@@ -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