2a89df9
diff -NaurEbBH conf.orig/rabbit.conf conf/rabbit.conf
2a89df9
--- conf.orig/rabbit.conf	2009-01-11 21:32:34.000000000 +0300
2a89df9
+++ conf/rabbit.conf	2009-03-29 16:02:05.000000000 +0400
2a89df9
@@ -49,10 +49,10 @@
2a89df9
 # is used or you can set the system property 
2a89df9
 # "java.util.logging.config.file" to configure your own loggers/handlers.
2a89df9
 #
2a89df9
-access_log=logs/access_log.%g
2a89df9
+access_log=/var/log/RabbIT/access_log.%g
2a89df9
 access_size_limit=10 # in MB
2a89df9
 access_num_files=100
2a89df9
-error_log=logs/error_log.%g
2a89df9
+error_log=/var/log/RabbIT/error_log.%g
2a89df9
 error_size_limit=1 # in MB
2a89df9
 error_num_files=10
2a89df9
 
2a89df9
@@ -242,7 +242,7 @@
2a89df9
 # This is a filter to allow simple accesscontrol.
2a89df9
 
2a89df9
 # this file store the available ip-ranges that can use the proxy.
2a89df9
-accessfile=conf/access
2a89df9
+accessfile=/etc/RabbIT/access
2a89df9
 
2a89df9
 
2a89df9
 [rabbit.filter.HttpBaseFilter]
2a89df9
@@ -254,7 +254,7 @@
2a89df9
 
2a89df9
 # authenticate users (basic method only) with this user-password file.
2a89df9
 # this is used for meta/admin access...
2a89df9
-userfile=conf/users
2a89df9
+userfile=/etc/RabbIT/users
2a89df9
 
2a89df9
 # If you set cookieid to "true" rabbit will not cache resources
2a89df9
 # that seem to use cookie based identification. This should only 
2a89df9
@@ -332,7 +332,7 @@
2a89df9
 # This filter is not enabled by default, add it to 
2a89df9
 # httpinfilters if you want it.
2a89df9
 # allowed user..
2a89df9
-userfile=conf/allowed
2a89df9
+userfile=/etc/RabbIT/allowed
2a89df9
 
2a89df9
 
2a89df9
 [rabbit.filter.SQLProxyAuth]