]> git.pld-linux.org Git - packages/c-icap.git/blame - c-icap-conf.patch
- updated to 0.5.12
[packages/c-icap.git] / c-icap-conf.patch
CommitLineData
a25ffee5 1diff -ur c_icap-0.1.4.orig//c-icap.conf.in c_icap-0.1.4.mod//c-icap.conf.in
2--- c_icap-0.1.4.orig//c-icap.conf.in 2010-05-29 17:36:42.000000000 +0200
435622a4 3+++ c_icap-0.1.4.mod//c-icap.conf.in 2011-03-22 15:02:28.001939700 +0100
a25ffee5 4@@ -119,6 +119,7 @@
5 # No value
6 # Example:
7 # User wwwrun
8+User c-icap
9
10 # TAG: Group
11 # Format: Group groupname
90692810 12@@ -128,7 +129,8 @@
13 # Default:
a25ffee5 14 # No value
15 # Example:
90692810 16-# Group nogroup
17+# Group c-icap
18+Group c-icap
a25ffee5 19
20 # TAG: ServerAdmin
21 # Format: ServerAdmin admin_mail
22@@ -154,7 +156,7 @@
23 # dir is the location of temporary files.
24 # Default:
25 # TmpDir /var/tmp
26-TmpDir /var/tmp
27+TmpDir /tmp
28
29 # TAG: MaxMemObject
30 # Format: MaxMemObject bytes
66984729 31@@ -173,7 +175,7 @@
435622a4 32 # The acceptable range of levels is between 0 and 10.
33 # Default:
34 # DebugLevel 1
35-DebugLevel 1
36+DebugLevel 0
37
66984729
JR
38 # TAG: Pipelining
39 # Format: Pipelining on|off
90692810 40@@ -289,7 +291,7 @@
41 # Default:
42 # No value
43 # Example:
44-# basic_simple_db.UsersDB hash:/usr/local/c-icap/etc/c-icap-users.txt
45+# basic_simple_db.UsersDB hash:/etc/c-icap-users.txt
46
47 # TAG: GroupSourceByGroup
48 # Format: GroupSourceByGroup LookupTable
49@@ -301,7 +303,7 @@
50 # Default:
51 # No set
52 # Example:
53-# GroupSourceByGroup hash:/usr/local/c-icap/etc/c-icap-groups.txt
54+# GroupSourceByGroup hash:/etc/c-icap-groups.txt
55
56 # TAG: GroupSourceByUser
57 # Format: GroupSourceByUser LookupTable
58@@ -313,7 +315,7 @@
59 # Default:
60 # No set
61 # Example:
62-# GroupSourceByUser hash:/usr/local/c-icap/etc/c-icap-user-groups.txt
63+# GroupSourceByUser hash:/etc/c-icap-user-groups.txt
64
65 # TAG: acl
66 # Format: acl name type[{param}] value1 [value2] [...]
a25ffee5 67@@ -443,8 +445,8 @@
68 # store debugging information, errors and other
69 # information about the c-icap server.
70 # Default:
71-# ServerLog @prefix@/var/log/server.log
72-ServerLog @prefix@/var/log/server.log
90692810 73+# ServerLog /var/log/c-icap/server.log
74+ServerLog /var/log/c-icap/server.log
a25ffee5 75
76 # TAG: AccessLog
77 # Format: AccessLog LogFile [LogFormat] [[!]acl1] [[!]acl2] [...]
78@@ -456,10 +458,10 @@
79 # This directive can be used more than once to specify more than
80 # one access log files
81 # Default:
82-# AccessLog @prefix@/var/log/access.log
90692810 83+# AccessLog /var/log/c-icap/access.log
a25ffee5 84 # Example:
85-# AccessLog @prefix@/var/log/access.log MyFormat all
86-AccessLog @prefix@/var/log/access.log
90692810 87+# AccessLog /var/log/c-icap/access.log MyFormat all
88+AccessLog /var/log/c-icap/access.log
a25ffee5 89
90 # TAG: Logger
91 # Format: Logger LoggerName
This page took 0.075258 seconds and 4 git commands to generate.