]> git.pld-linux.org Git - packages/awstats.git/blame - awstats_conf.patch
- updated to 7.9
[packages/awstats.git] / awstats_conf.patch
CommitLineData
93619836
MK
1diff -ur awstats-7.9.orig/wwwroot/cgi-bin/awstats.model.conf awstats-7.9/wwwroot/cgi-bin/awstats.model.conf
2--- awstats-7.9.orig/wwwroot/cgi-bin/awstats.model.conf 2021-08-19 04:00:58.000000000 +0200
3+++ awstats-7.9/wwwroot/cgi-bin/awstats.model.conf 2024-01-07 20:08:45.852760449 +0100
4@@ -47,7 +47,7 @@
5 # If there are several log files from load balancing servers :
705f0a96
JK
6 # Example: "/pathtotools/logresolvemerge.pl *.log |"
7 #
8-LogFile="/var/log/httpd/mylog.log"
9+#LogFile="/var/log/httpd/mylog.log"
10
11
12 # Enter the log file type you want to analyze.
93619836 13@@ -123,7 +123,7 @@
705f0a96
JK
14 # Example for IIS:
15 # LogFormat = 2
16 #
17-LogFormat=1
18+LogFormat=4
19
20
21 # If your log field's separator is not a space, you can change this parameter.
93619836 22@@ -154,7 +154,7 @@
705f0a96
JK
23 # Example: "ftp.domain.com"
24 # Example: "domain.com"
25 #
26-SiteDomain=""
27+#SiteDomain=""
28
29
30 # Enter here all other possible domain names, addresses or virtual host
93619836 31@@ -169,7 +169,7 @@
705f0a96
JK
32 # Note: You can also use @/mypath/myfile if list of aliases are in a file.
33 # Example: "www.myserver.com localhost 127.0.0.1 REGEX[mydomain\.(net|org)$]"
34 #
35-HostAliases="localhost 127.0.0.1 REGEX[myserver\.com$]"
36+#HostAliases="localhost 127.0.0.1 REGEX[myserver\.com$]"
37
38
39 # If you want to have hosts reported by name instead of ip address, AWStats
93619836 40@@ -219,7 +219,7 @@
705f0a96
JK
41 # Example: "C:/awstats_data_dir"
42 # Default: "." (means same directory as awstats.pl)
43 #
44-DirData="."
45+DirData="/var/lib/awstats"
46
47
48 # Relative or absolute web URL of your awstats cgi-bin directory.
93619836 49@@ -228,7 +228,7 @@
705f0a96
JK
50 # Example: "/awstats"
51 # Default: "/cgi-bin" (means awstats.pl is in "/yourwwwroot/cgi-bin")
52 #
53-DirCgi="/cgi-bin"
54+DirCgi="/awstats"
55
56
57 # Relative or absolute web URL of your awstats icon directory.
93619836 58@@ -238,7 +238,7 @@
705f0a96
JK
59 # Example: "../icon"
60 # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon")
61 #
62-DirIcons="/icon"
baffa281 63+DirIcons="/awstatsicons"
705f0a96
JK
64
65
93619836
MK
66 # When this parameter is set to 1, AWStats adds a button on the report page to
67@@ -378,7 +378,7 @@
705f0a96
JK
68 # Possible values: 0 or 1
69 # Default: 0
70 #
71-CreateDirDataIfNotExists=0
72+CreateDirDataIfNotExists=1
73
74
93619836
MK
75 # You can choose in which format the AWStats history database is saved.
76@@ -945,7 +945,7 @@
c542a3ed 77 # Example: "/usr/share/awstats/lang"
0ca4c431 78 # Default: "./lang" (means lang directory is in same location than awstats.pl)
79 #
80-DirLang="./lang"
81+DirLang="/usr/share/awstats/lang"
82
83
705f0a96 84 # Show menu header with reports' links
93619836 85@@ -1275,7 +1275,7 @@
705f0a96
JK
86 # Example: "/css/awstats_bw.css"
87 # Default: ""
88 #
89-StyleSheet=""
90+StyleSheet="/awstatscss/awstats_default.css"
91
92
93619836 93 # Those color parameters can be used (if StyleSheet parameter is not used)
This page took 0.061005 seconds and 4 git commands to generate.