From 40fe2d4c0537fa4ac9c1400a10178bae17d65b72 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 3 Jan 2005 23:21:39 +0000
Subject: [PATCH] Updated comments regarding [Web] HttpLogFile key (not
 LogFile). Added missing comments regarding NO_CGI and HTTP_LOGGING options.

---
 ctrl/sbbs.ini | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini
index 908bc5f0f5..27b9bc21d2 100644
--- a/ctrl/sbbs.ini
+++ b/ctrl/sbbs.ini
@@ -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
-- 
GitLab