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