Группа :: Мониторинг
Пакет: awstats
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: awstats-6.2-alt-conf.patch
--- ./wwwroot/cgi-bin/awstats.model.conf. 2004-11-10 12:54:42 +0300
+++ ./wwwroot/cgi-bin/awstats.model.conf 2004-11-10 12:59:44 +0300
@@ -48,7 +48,7 @@
# If there is several log files from load balancing servers :
# Example: "/pathtotools/logresolvemerge.pl *.log |"
#
-LogFile="/var/log/httpd/mylog.log"
+LogFile="/var/log/httpd/access_log"
# Enter the log file type you want to analyze.
@@ -144,7 +144,7 @@
# Example: "ftp.domain.com"
# Example: "domain.com"
#
-SiteDomain=""
+SiteDomain="localhost"
# Enter here all other possible domain names, addresses or virtual host
@@ -179,7 +179,7 @@
# 2 - DNS Lookup is made only from static DNS cache file (if it exists)
# Default: 2
#
-DNSLookup=2
+DNSLookup=1
# When AWStats updates its statistics, it stores results of its analysis in
@@ -194,7 +194,7 @@
# Example: "C:/awstats_data_dir"
# Default: "." (means same directory as awstats.pl)
#
-DirData="."
+DirData="/var/lib/awstats"
# Relative or absolute web URL of your awstats cgi-bin directory.
@@ -203,7 +203,7 @@
# Example: "/awstats"
# Default: "/cgi-bin" (means awstats.pl is in "/yourwwwroot/cgi-bin")
#
-DirCgi="/cgi-bin"
+DirCgi="/awstats"
# Relative or absolute web URL of your awstats icon directory.
@@ -213,7 +213,7 @@
# Example: "../icon"
# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon")
#
-DirIcons="/icon"
+DirIcons="/awicon"
# When this parameter is set to 1, AWStats add a button on report page to
@@ -767,7 +767,7 @@
# Possible value: URL of javascript tracker file added in your HTML code.
# Default: "/js/awstats_misc_tracker.js"
#
-MiscTrackerUrl="/js/awstats_misc_tracker.js"
+MiscTrackerUrl="/awjs/awstats_misc_tracker.js"
@@ -835,7 +835,7 @@
# Example: 3600
# Default: 0
#
-Expires=0
+Expires=3600
# To avoid too large web pages, you can ask AWStats to limit number of rows of
@@ -1217,7 +1217,7 @@
# Note that enabled this kind of help will increased HTML report pages size,
# so server load and bandwidth.
#
-#LoadPlugin="tooltips"
+LoadPlugin="tooltips"
# Plugin: DecodeUTFKeys
# Perl modules required: Encode and URI::Escape
@@ -1353,7 +1353,7 @@
# Perl modules required: None
# Supported charts are built by a 3D graphic applet.
#
-#LoadPlugin="graphapplet /awstatsclasses" # EXPERIMENTAL FEATURE
+#LoadPlugin="graphapplet /awclasses" # EXPERIMENTAL FEATURE