Blob Blame History Raw
--- conf/rabbit.conf.orig	2012-02-05 13:28:20.000000000 +0400
+++ conf/rabbit.conf	2013-10-07 20:35:56.208438331 +0400
@@ -79,10 +79,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
 
@@ -302,7 +302,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]
@@ -314,7 +314,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 
@@ -422,7 +422,7 @@
 # rabbit.filter.authenticate.Authenticator interface.
 authenticator=plain
 # For plain text file authentication:
-userfile=conf/allowed
+userfile=/etc/RabbIT/allowed
 
 # The database resource to use, must match a loaded resource
 #resource=jdbc/host_blocker_database