This module contains configuration options solely needed if
running as stand-alone web server.
[base_url]
[debug_log]
[error_log]
[pid_file]
[run_threaded]
Misc. options
- pid_file
-
Path name for file the PID of the main thread is written to.
- run_threaded
-
When running as single process FastCGI server you can avoid
blocking by setting this flag to 1. You might want to set this
to 0 if you can configure your FastCGI environment with
session affinity.
- error_log
-
Path name of error log file.
- debug_log
-
Path name of debug log file. stdout and stderr are redirected
to this file for redirecting debug messages of underlying
modules.
- base_url
-
Set a base URL of the application which comes handy for running
via reverse proxy. Set to None for letting web2ldap determine
the base URL automatically from CGI-BIN environment variable
SCRIPT_NAME.