]> git.pld-linux.org Git - packages/awstats.git/blame - awstats_conf.patch
- updated to 7.7
[packages/awstats.git] / awstats_conf.patch
CommitLineData
705f0a96
JK
1diff -dur -x '*~' awstats-6.5.orig/wwwroot/cgi-bin/awstats.model.conf awstats-6.5/wwwroot/cgi-bin/awstats.model.conf
2--- awstats-6.5.orig/wwwroot/cgi-bin/awstats.model.conf 2005-03-27 16:44:52.000000000 +0200
3+++ awstats-6.5/wwwroot/cgi-bin/awstats.model.conf 2005-08-21 19:36:33.000000000 +0200
4@@ -48,7 +48,7 @@
5 # If there is several log files from load balancing servers :
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.
13@@ -118,7 +118,7 @@
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.
22@@ -149,7 +149,7 @@
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
31@@ -164,7 +164,7 @@
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
40@@ -199,7 +199,7 @@
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.
49@@ -208,7 +208,7 @@
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.
58@@ -218,7 +218,7 @@
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
66 # When this parameter is set to 1, AWStats add a button on report page to
67@@ -357,7 +357,7 @@
68 # Possible values: 0 or 1
69 # Default: 0
70 #
71-CreateDirDataIfNotExists=0
72+CreateDirDataIfNotExists=1
73
74
75 # You can choose in which format the Awstats history database is saved.
76@@ -876,7 +876,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
JK
84 # Show menu header with reports' links
85@@ -1186,7 +1186,7 @@
86 # Example: "/css/awstats_bw.css"
87 # Default: ""
88 #
89-StyleSheet=""
90+StyleSheet="/awstatscss/awstats_default.css"
91
92
93 # Those colors parameters can be used (if StyleSheet parameter is not used)
This page took 0.119178 seconds and 4 git commands to generate.