Skip to content
Snippets Groups Projects
Commit 40fe2d4c authored by rswindell's avatar rswindell
Browse files

Updated comments regarding [Web] HttpLogFile key (not LogFile).

Added missing comments regarding NO_CGI and HTTP_LOGGING options.
parent 5373a17f
No related branches found
No related tags found
No related merge requests found
......@@ -153,14 +153,17 @@ Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
JavaScriptExtension=.ssjs
MaxInactivity=120
MaxCgiInactivity=120
; Sets the base name of the logfile...
; the date and .log are appended.
; Set to empty string to disable logging.
LogFile=../data/httpd-
; Sets the base name of the HTTP access log files,
; the current date and ".log" are appended.
; Set to empty string to use default value ("../data/logs/http-")
; Only created/appended if the HTTP_LOGGING option flag is enabled
HttpLogFile=
; Supported options (separated with |):
; DEBUG_RX
; DEBUG_TX
; VIRTUAL_HOSTS
; NO_CGI
; HTTP_LOGGING
; NO_HOST_LOOKUP
; NO_RECYCLE
; GET_IDENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment