1 --- awstats-7.3/tools/httpd_conf.~1~ 2014-04-25 18:00:59.327347799 +0400
2 +++ awstats-7.3/tools/httpd_conf 2014-04-25 18:03:16.188157271 +0400
4 # Directives to add to your Apache conf file to allow use of AWStats as a CGI.
5 # Note that path "/usr/local/awstats/" must reflect your AWStats install path.
7 -Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
8 -Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
9 -Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
10 -ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
11 +Alias /awstatsclasses "/usr/share/awstats/classes/"
12 +Alias /awstatscss "/usr/share/awstats/css/"
13 +Alias /awstatsicons "/usr/share/awstats/icon/"
14 +ScriptAlias /awstats/ "/usr/share/awstats/cgi-bin/"
18 # This is to permit URL access to scripts/files in AWStats directory.
20 -<Directory "/usr/local/awstats/wwwroot">
21 +<Directory "/usr/share/awstats">
26 --- awstats-7.6/wwwroot/cgi-bin/awstats.model.conf.~1~ 2016-12-03 15:58:28.000000000 +0300
27 +++ awstats-7.6/wwwroot/cgi-bin/awstats.model.conf 2017-01-17 14:10:09.393349315 +0300
29 # If there are several log files from load balancing servers :
30 # Example: "/pathtotools/logresolvemerge.pl *.log |"
32 -LogFile="/var/log/httpd/mylog.log"
33 +LogFile="/var/apache2/2.4/logs/access_log"
36 # Enter the log file type you want to analyze.
45 # If your log field's separator is not a space, you can change this parameter.
47 # 2 - DNS Lookup is made only from static DNS cache file (if it exists)
54 # For very large sites, setting DNSLookup to 0 (or 2) might be the only
56 # Example: "C:/awstats_data_dir"
57 # Default: "." (means same directory as awstats.pl)
60 +DirData="/var/lib/awstats"
63 # Relative or absolute web URL of your awstats cgi-bin directory.