Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
awstats
> awstats-6.6.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File awstats-6.6.patch of Package awstats (Revision 7)
Currently displaying revision
7
,
show latest
Index: wwwroot/cgi-bin/awstats.model.conf =================================================================== --- wwwroot/cgi-bin/awstats.model.conf.orig +++ wwwroot/cgi-bin/awstats.model.conf @@ -48,7 +48,10 @@ # If there are several log files from load balancing servers : # Example: "/pathtotools/logresolvemerge.pl *.log |" # -LogFile="/var/log/httpd/mylog.log" +LogFile="/var/log/apache2/awstats.log" +#Change to this one for Apache 1.x +#LogFile="/var/log/httpd/awstats.log" + # Enter the log file type you want to analyze. @@ -185,7 +188,7 @@ HostAliases="localhost 127.0.0.1 REGEX[m # 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 @@ -200,7 +203,7 @@ DNSLookup=2 # Example: "C:/awstats_data_dir" # Default: "." (means same directory as awstats.pl) # -DirData="." +DirData="/var/cache/awstats" # Relative or absolute web URL of your awstats cgi-bin directory. @@ -219,7 +222,7 @@ DirCgi="/cgi-bin" # Example: "../icon" # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") # -DirIcons="/icon" +DirIcons="/icons/awstats" # When this parameter is set to 1, AWStats adds a button on report page to @@ -896,7 +899,7 @@ Lang="auto" # Example: "/usr/share/awstats/lang" # Default: "./lang" (means lang directory is in same location than awstats.pl) # -DirLang="./lang" +DirLang="/var/lib/awstats/lang" # Show menu header with reports' links @@ -1141,7 +1144,7 @@ FirstDayOfWeek=1 # Example: "en es fr nl de" # Default: "" # -ShowFlagLinks="" +ShowFlagLinks="de en es fr nl" # Each URL, shown in stats report views, are links you can click. @@ -1252,7 +1255,7 @@ color_x="C1B2E2" # Background color f # 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