Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
awstats
> awstats-6.95.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File awstats-6.95.patch of Package awstats (Revision 27)
Currently displaying revision
27
,
show latest
--- wwwroot/cgi-bin/awstats.model.conf.orig 2009-01-12 10:11:02.000000000 +0100 +++ wwwroot/cgi-bin/awstats.model.conf 2009-01-12 10:16:19.000000000 +0100 @@ -48,8 +48,9 @@ # 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. # Possible values: @@ -185,7 +186,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 @@ -200,7 +201,7 @@ # 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 +220,7 @@ # 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 @@ -909,7 +910,7 @@ # 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 @@ -1154,7 +1155,7 @@ # 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. @@ -1265,7 +1266,7 @@ # 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 @@ -1302,7 +1303,7 @@ # accurate version including updates (http://www.maxmind.com/app/perl?rId=awstat) # This plugin reduces AWStats speed of 8% ! # -#LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat" +#LoadPlugin="geoip GEOIP_STANDARD /usr/share/GeoIP/GeoIP.dat" # Plugin: GeoIPfree # Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.) @@ -1327,7 +1328,7 @@ # You need to purchase a license from Maxmind to get/use the Region database. # This plugin reduces AWStats speed. # -#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat" +#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPRegion.dat" # Plugin: GeoIP_City_Maxmind # Perl modules required: Geo::IP (from Maxmind) @@ -1352,7 +1353,7 @@ # You need to purchase a license from Maxmind to get/use the ISP database. # This plugin reduces AWStats speed. # -#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat" +#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPISP.dat" # Plugin: GeoIP_Org_Maxmind # Perl modules required: Geo::IP (from Maxmind) @@ -1363,7 +1364,7 @@ # You need to purchase a license from Maxmind to get/use the Org database. # This plugin reduces AWStats speed. # -#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat" +#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /usr/share/GeoIP/GeoIPOrg.dat" # Plugin: UserInfo # Perl modules required: None