]> git.pld-linux.org Git - packages/cherokee.git/blob - cherokee-config.patch
- Release: 2
[packages/cherokee.git] / cherokee-config.patch
1 --- cherokee-0.99.44/cherokee.conf.sample.pre.orig      2010-03-20 14:41:48.000000000 +0100
2 +++ cherokee-0.99.44/cherokee.conf.sample.pre   2010-04-07 13:56:15.000000000 +0200
3 @@ -11,6 +11,8 @@
4  
5  # Server
6  #
7 +server!user = cherokee
8 +server!group = cherokee
9  server!bind!1!port = 80
10  server!timeout = 15
11  server!keepalive = 1
12 @@ -27,11 +29,11 @@
13  
14  vserver!1!logger = combined
15  vserver!1!logger!access!type = file
16 -vserver!1!logger!access!filename = %localstatedir%/log/cherokee.access
17 +vserver!1!logger!access!filename = %localstatedir%/log/cherokee/cherokee.access
18  vserver!1!logger!access!buffsize = 16384
19  
20  vserver!1!error_writer!type = file
21 -vserver!1!error_writer!filename = %localstatedir%/log/cherokee.error
22 +vserver!1!error_writer!filename = %localstatedir%/log/cherokee/cherokee.error
23  
24  vserver!1!rule!1!match = default
25  vserver!1!rule!1!handler = common
This page took 0.082393 seconds and 3 git commands to generate.