Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37568859
en ru br
ALT Linux repositórios
S:7.9-alt0.2
5.0: 6.9-alt0.b2008.11.30
4.1: 6.9-alt0.0.b2008.08.05.M41.1
4.0: 6.9-alt0.b2008.11.30.M40.1
3.0: 6.4-alt1

Outros repositórios

Group :: Monitoramento
RPM: awstats

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: awstats-6.9-alt-conf.patch
Download


diff --git a/awstats/wwwroot/cgi-bin/awstats.model.conf b/awstats/wwwroot/cgi-bin/awstats.model.conf
index d399981..5a17df7 100644
--- a/awstats/wwwroot/cgi-bin/awstats.model.conf
+++ b/awstats/wwwroot/cgi-bin/awstats.model.conf
@@ -48,7 +48,7 @@
 # If there are 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.
@@ -150,7 +150,7 @@ LogSeparator=" "
 # Example: "ftp.domain.com"
 # Example: "domain.com"
 #
-SiteDomain=""
+SiteDomain="localhost"
 
 
 # Enter here all other possible domain names, addresses or virtual host
@@ -185,7 +185,7 @@ HostAliases="localhost 127.0.0.1 REGEX[myserver\.com$]"
 # 2 - DNS Lookup is made only from static DNS cache file (if it exists)
 # Default: 2
 # 
-DNSLookup=2
+DNSLookup=0
 
 
 # When AWStats updates its statistics, it stores results of its analysis in 
@@ -200,7 +200,7 @@ DNSLookup=2
 # 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.
@@ -209,7 +209,7 @@ DirData="."
 # 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.
@@ -219,7 +219,7 @@ DirCgi="/cgi-bin"
 # 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 adds a button on report page to
@@ -379,7 +379,7 @@ BuildHistoryFormat=text
 # Possible values: html or xhtml
 # Default: html
 #
-BuildReportFormat=html
+BuildReportFormat=xhtml
 
 
 # AWStats databases can be updated from command line of from a browser (when
@@ -807,7 +807,7 @@ DecodeUA=0
 # 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"
 
 
 
@@ -878,7 +878,7 @@ DetailedReportsOnNewWindows=1
 # Example: 3600
 # Default: 0
 #
-Expires=0
+Expires=3600
 
 
 # To avoid too large web pages, you can ask AWStats to limit number of rows of
@@ -1265,14 +1265,14 @@ color_x="C1B2E2"				# Background color for number of exit pages (Default = "C1B2
 # Note that enabling 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
 # Allow AWStats to show correctly (in language charset) keywords/keyphrases
 # strings even if they were UTF8 coded by the referer search engine.
 #
-#LoadPlugin="decodeutfkeys"
+LoadPlugin="decodeutfkeys"
 
 # Plugin: IPv6
 # Perl modules required: Net::IP and Net::DNS
@@ -1429,7 +1429,7 @@ color_x="C1B2E2"				# Background color for number of exit pages (Default = "C1B2
 # Perl modules required: None
 # Supported charts are built by a 3D graphic applet.
 #
-#LoadPlugin="graphapplet /awstatsclasses"				# EXPERIMENTAL FEATURE
+LoadPlugin="graphapplet /awclasses"				# EXPERIMENTAL FEATURE
 
 
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009