Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cluebringer.conf [2013-12-06 09:17] – Change colon to full stop rspencercluebringer.conf [2013-12-06 12:29] (current) – Fix heading levels rspencer
Line 1: Line 1:
-====== [server] ======+====== cluebringer.conf ======
  
-===== protocols =====+===== [server] ===== 
 + 
 +==== protocols ====
  
 List of protocols to load, one per line: List of protocols to load, one per line:
Line 12: Line 14:
 </code> </code>
  
-===== modules =====+==== modules ====
  
 List of modules to load, one per line: List of modules to load, one per line:
Line 29: Line 31:
 </code> </code>
  
-===== user =====+==== user ====
  
 User to become after starting up: User to become after starting up:
Line 37: Line 39:
 </code> </code>
  
-===== group =====+==== group ====
  
 Group to become after starting up: Group to become after starting up:
Line 45: Line 47:
 </code> </code>
  
-===== pid_file =====+==== pid_file ====
  
 Filename to store pid of parent process: Filename to store pid of parent process:
Line 53: Line 55:
 </code> </code>
  
-===== cache_file =====+==== cache_file ====
  
 Filename to store cache: Filename to store cache:
Line 61: Line 63:
 </code> </code>
  
-===== background =====+==== background ====
  
 Prevent cbpolicyd from going into the background: Prevent cbpolicyd from going into the background:
Line 69: Line 71:
 </code> </code>
  
-===== Preforking configuration =====+==== Preforking configuration ====
  
   * min_server            - Minimum servers to keep around   * min_server            - Minimum servers to keep around
Line 91: Line 93:
 </code> </code>
  
-===== log_level =====+==== log_level ====
  
 Specify the level of logging to use when policyd is running: Specify the level of logging to use when policyd is running:
Line 107: Line 109:
   * 4 - Debugging   * 4 - Debugging
  
-===== log_file =====+==== log_file ====
  
 File to log to instead of STDOUT: File to log to instead of STDOUT:
Line 115: Line 117:
 </code> </code>
  
-===== Log destination and methods =====+==== Log destination and methods ====
  
 Log destination for mail logs: Log destination for mail logs:
Line 155: Line 157:
 </code> </code>
  
-===== log_detail =====+==== log_detail ====
  
 Things to log in extreme detail: Things to log in extreme detail:
Line 173: Line 175:
 </code> </code>
  
-===== proto =====+==== proto ====
  
 Protocol to use "tcp" or "unix", defaults to "tcp": Protocol to use "tcp" or "unix", defaults to "tcp":
Line 181: Line 183:
 </code> </code>
  
-===== host =====+==== host ====
  
 IP to listen on, * for all. Blank for unix sockets. Defaults to *: IP to listen on, * for all. Blank for unix sockets. Defaults to *:
Line 189: Line 191:
 </code> </code>
  
-===== port =====+==== port ====
  
 Port to run on, in the case of a unix socket it would be the path. Defaults to 10031: Port to run on, in the case of a unix socket it would be the path. Defaults to 10031:
Line 198: Line 200:
 </code> </code>
  
-===== timeout_idle =====+==== timeout_idle ====
  
 Time out in communication with clients: Time out in communication with clients:
Line 207: Line 209:
   *<code>timeout_busy=115</code>   *<code>timeout_busy=115</code>
  
-===== cidr_allow/cidr_deny =====+==== cidr_allow/cidr_deny ====
  
 Comma, whitespace or semi-colon separated. Contains a CIDR block to compare the clients IP to. If cidr_allow or cidr_deny options are given, the incoming client must match a cidr_allow and not match a cidr_deny otherwise the client connection will be closed. Comma, whitespace or semi-colon separated. Contains a CIDR block to compare the clients IP to. If cidr_allow or cidr_deny options are given, the incoming client must match a cidr_allow and not match a cidr_deny otherwise the client connection will be closed.
Line 216: Line 218:
 </code> </code>
  
-====== [database] ======+===== [database] =====
  
-===== DSN =====+==== DSN ====
  
 Database access details: Database access details:
Line 229: Line 231:
 </code> </code>
  
-===== bypass_mode =====+==== bypass_mode ====
  
 What to do when there is a database connection problem: What to do when there is a database connection problem:
Line 239: Line 241:
 </code> </code>
  
-===== bypass_timeout =====+==== bypass_timeout ====
  
 How many seconds before retrying a DB connection: How many seconds before retrying a DB connection:
Line 247: Line 249:
 </code> </code>
  
-===== table_prefix =====+==== table_prefix ====
  
 Table prefix to use, be sure to generate the schema with the table prefix aswell! Table prefix to use, be sure to generate the schema with the table prefix aswell!
Line 255: Line 257:
 </code> </code>
  
-====== Module enabling/disabling ======+===== Module enabling/disabling =====
  
 The defaults are listed below. The defaults are listed below.