Difference between revisions of "Category:Recital Web Configuration"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
The following environment variables in the system-wide [[Configuration Files|config.db]] file are used to configure Recital Web Server behavior:
 +
 
{| class="wikitable"
 
{| class="wikitable"
 
!Environment Variable||Description
 
!Environment Variable||Description
 
|-
 
|-
|DB_HTTP_ALLOW||Points to a text file with a list of hostnames or IP addresses of clients permitted access to the Recital Web Server. Default file is hosts.allow.
+
|[[DB_HTTP_ALLOW]]||Points to a text file with a list of hostnames or IP addresses of clients permitted access to the Recital Web Server. Default file is hosts.allow.
 
|-
 
|-
|DB_HTTP_DENY||Points to a text file with a list of hostnames or IP addresses of clients denied access to the Recital Web Server. Default file is hosts.deny.
+
|[[DB_HTTP_DENY]]||Points to a text file with a list of hostnames or IP addresses of clients denied access to the Recital Web Server. Default file is hosts.deny.
 
|-
 
|-
|DB_HTTP_ENABLED||Enable HTTP requests.
+
|[[DB_HTTP_ENABLED]]||Enable HTTP requests.
 
|-
 
|-
|DB_PORT80_ENABLED||Enable HTTP requests on port 80 (default is 8001 only).
+
|[[DB_PORT80_ENABLED]]||Enable HTTP requests on port 80 (default is 8001 only).
 
|-
 
|-
|DB_WWWACCOUNT||Points to a user account under which Recital Web processes should run.
+
|[[DB_WWWACCOUNT]]||Points to a user account under which Recital Web processes should run.
 
|-
 
|-
|DB_WWWDEFAULT||Points to the default web page file.
+
|[[DB_WWWDEFAULT]]||Points to the default web page file.
 
|-
 
|-
|DB_WWWPASSWORD||The password for the DB_WWWACCOUNT above.  Not currently used – see DB_WWWACCOUNT for more details.
+
|[[DB_WWWPASSWORD]]||The password for the DB_WWWACCOUNT above.  Not currently used – see DB_WWWACCOUNT for more details.
 
|-
 
|-
|DB_WWWPWFILE||The password file.
+
|[[DB_WWWPWFILE]]||The password file.
 
|-
 
|-
|DB_WWWRUNASGUEST||Determines whether Recital Web processes should run under the guest user account.
+
|[[DB_WWWRUNASGUEST]]||Determines whether Recital Web processes should run under the guest user account.
 
|-
 
|-
|DB_WWWROOT||Points to the web root directory.
+
|[[DB_WWWROOT]]||Points to the web root directory.
 
|-
 
|-
 
|}
 
|}

Revision as of 16:33, 3 March 2010

The following environment variables in the system-wide config.db file are used to configure Recital Web Server behavior:

Environment Variable Description
DB_HTTP_ALLOW Points to a text file with a list of hostnames or IP addresses of clients permitted access to the Recital Web Server. Default file is hosts.allow.
DB_HTTP_DENY Points to a text file with a list of hostnames or IP addresses of clients denied access to the Recital Web Server. Default file is hosts.deny.
DB_HTTP_ENABLED Enable HTTP requests.
DB_PORT80_ENABLED Enable HTTP requests on port 80 (default is 8001 only).
DB_WWWACCOUNT Points to a user account under which Recital Web processes should run.
DB_WWWDEFAULT Points to the default web page file.
DB_WWWPASSWORD The password for the DB_WWWACCOUNT above. Not currently used – see DB_WWWACCOUNT for more details.
DB_WWWPWFILE The password file.
DB_WWWRUNASGUEST Determines whether Recital Web processes should run under the guest user account.
DB_WWWROOT Points to the web root directory.

Pages in category "Recital Web Configuration"

The following 11 pages are in this category, out of 11 total.