swi-prolog: update to 9.2.9
[oi-userland.git] / components / web / awstats / patches / conf.patch
blob3a5f24684d209d70686473a244cb49e94aba133d
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
3 @@ -12,16 +12,16 @@
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">
22 Options None
23 AllowOverride None
24 Order allow,deny
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
28 @@ -47,7 +47,7 @@
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.
37 @@ -122,7 +122,7 @@
38 # Example for IIS:
39 # LogFormat = 2
41 -LogFormat=1
42 +LogFormat=4
45 # If your log field's separator is not a space, you can change this parameter.
46 @@ -188,7 +188,7 @@
47 # 2 - DNS Lookup is made only from static DNS cache file (if it exists)
48 # Default: 2
50 -DNSLookup=2
51 +DNSLookup=1
54 # For very large sites, setting DNSLookup to 0 (or 2) might be the only
55 @@ -217,7 +217,7 @@
56 # Example: "C:/awstats_data_dir"
57 # Default: "." (means same directory as awstats.pl)
59 -DirData="."
60 +DirData="/var/lib/awstats"
63 # Relative or absolute web URL of your awstats cgi-bin directory.