]> git.pld-linux.org Git - packages/awstats.git/blame - awstats_conf.patch
*** empty log message ***
[packages/awstats.git] / awstats_conf.patch
CommitLineData
0ca4c431 1--- awstats-5.4.orig/wwwroot/cgi-bin/awstats.model.conf Thu Jan 16 14:09:32 2003
2+++ awstats-5.4/wwwroot/cgi-bin/awstats.model.conf Mon Jan 27 12:07:07 2003
3@@ -168,7 +168,7 @@
4 # Example: "C:/awstats_data_dir"
5 # Default: "." (means same directory as awstats.pl)
6 #
7-DirData="."
8+DirData="/usr/share/awstats"
9
10
11 # Relative or absolute web URL of your awstats.pl directory.
12@@ -306,7 +306,7 @@
13 # Possible values: 0 or 1
14 # Default: 0
15 #
16-CreateDirDataIfNotExists=0
17+CreateDirDataIfNotExists=1
18
19
20 # In most case, AWStats is used as a cgi program. So AWStats process is ran
21@@ -688,7 +688,7 @@
22 # Example: 3600
23 # Default: 0
24 #
25-Expires=0
26+Expires= 3600
27
28
29 # To avoid too large web pages, you can ask AWStats to limit number of rows of
30@@ -710,14 +710,14 @@
31 # Ukrainian=ua, Welsh=wlk
32 # Default: "en"
33 #
34-Lang="en"
35+Lang="pl"
36
37
38 # Set the location of language files.
39 # Example: "/opt/awstats/lang"
40 # Default: "./lang" (means lang directory is in same location than awstats.pl)
41 #
42-DirLang="./lang"
43+DirLang="/usr/share/awstats/lang"
44
45
46 # You choose here which reports you want to see in the main page and what you
47@@ -862,7 +862,7 @@
48 # Possible values: "" or "language_codes_separated_by_space"
49 # Default: "en es fr nl es"
50 #
51-ShowFlagLinks="en fr de nl es"
52+ShowFlagLinks="en fr de nl es pl"
53
54
55 # Each URL, shown in stats report views, are links you can click.
This page took 0.101312 seconds and 4 git commands to generate.