From: pcs Date: Fri, 5 Feb 1999 09:22:43 +0000 (+0000) Subject: Note change of default error log filename on Windows from error_log X-Git-Tag: 1.3.5~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b2a2341d0993431bd24a4b797861580dff71ec1;p=apache Note change of default error log filename on Windows from error_log to error.log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82747 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 1a19d121e6..6b0be6decb 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -188,7 +188,7 @@ kill the children httpd processes. The server will log error messages to a log file, by default logs/error_log on Unix or logs/error.log on -OS/2. The filename can be set using the ErrorLog directive; different error logs can be set for different virtual hosts. @@ -197,9 +197,10 @@ HREF="mod/core.html#virtualhost">virtual hosts. The server will typically log each request to a transfer file, by default logs/access_log on Unix or -logs/access.log on OS/2. The filename can be set using a -TransferLog -directive or additional log files created with the logs/access.log on Windows and OS/2. The filename can be +set using a TransferLog directive +or additional log files created with the CustomLog directive; different transfer logs can be set for different virtual hosts. diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 1a19d121e6..6b0be6decb 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -188,7 +188,7 @@ kill the children httpd processes. The server will log error messages to a log file, by default logs/error_log on Unix or logs/error.log on -OS/2. The filename can be set using the ErrorLog directive; different error logs can be set for different virtual hosts. @@ -197,9 +197,10 @@ HREF="mod/core.html#virtualhost">virtual hosts. The server will typically log each request to a transfer file, by default logs/access_log on Unix or -logs/access.log on OS/2. The filename can be set using a -TransferLog -directive or additional log files created with the logs/access.log on Windows and OS/2. The filename can be +set using a TransferLog directive +or additional log files created with the CustomLog directive; different transfer logs can be set for different virtual hosts. diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 45b472bdbc..adc2870fcf 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -818,7 +818,12 @@ responses.


Default: ErrorLog logs/error_log
+>Default: ErrorLog logs/error_log (Unix)
+Default: ErrorLog logs/error.log + (Windows and OS/2)