# 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"
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.
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