Commit 4a013f0e authored by pcs's avatar pcs
Browse files

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
parent 1bd5c6b5
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ kill the children httpd processes.

The server will log error messages to a log file, by default
<CODE>logs/error_log</CODE> on Unix or <CODE>logs/error.log</CODE> on
OS/2. The filename can be set using the <A
Windows and OS/2. The filename can be set using the <A
HREF="mod/core.html#errorlog">ErrorLog</A> directive; different error
logs can be set for different <A
HREF="mod/core.html#virtualhost">virtual hosts</A>.
@@ -197,9 +197,10 @@ HREF="mod/core.html#virtualhost">virtual hosts</A>.

The server will typically log each request to a transfer file, by
default <CODE>logs/access_log</CODE> on Unix or
<CODE>logs/access.log</CODE> on OS/2. The filename can be set using a
<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A>
directive or additional log files created with the <A
<CODE>logs/access.log</CODE> on Windows and OS/2. The filename can be
set using a <A
HREF="mod/mod_log_config.html#transferlog">TransferLog</A> directive
or additional log files created with the <A
HREF="mod/mod_log_config.html#customlog">CustomLog</A> directive;
different transfer logs can be set for different <A
HREF="mod/core.html#virtualhost">virtual hosts</A>.
+5 −4
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ kill the children httpd processes.

The server will log error messages to a log file, by default
<CODE>logs/error_log</CODE> on Unix or <CODE>logs/error.log</CODE> on
OS/2. The filename can be set using the <A
Windows and OS/2. The filename can be set using the <A
HREF="mod/core.html#errorlog">ErrorLog</A> directive; different error
logs can be set for different <A
HREF="mod/core.html#virtualhost">virtual hosts</A>.
@@ -197,9 +197,10 @@ HREF="mod/core.html#virtualhost">virtual hosts</A>.

The server will typically log each request to a transfer file, by
default <CODE>logs/access_log</CODE> on Unix or
<CODE>logs/access.log</CODE> on OS/2. The filename can be set using a
<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A>
directive or additional log files created with the <A
<CODE>logs/access.log</CODE> on Windows and OS/2. The filename can be
set using a <A
HREF="mod/mod_log_config.html#transferlog">TransferLog</A> directive
or additional log files created with the <A
HREF="mod/mod_log_config.html#customlog">CustomLog</A> directive;
different transfer logs can be set for different <A
HREF="mod/core.html#virtualhost">virtual hosts</A>.
+6 −1
Original line number Diff line number Diff line
@@ -818,7 +818,12 @@ responses.</A><P><HR>
<A
 HREF="directive-dict.html#Default"
 REL="Help"
><STRONG>Default:</STRONG></A> <CODE>ErrorLog logs/error_log</CODE><BR>
><STRONG>Default:</STRONG></A> <CODE>ErrorLog logs/error_log</CODE> (Unix)<BR>
<A
 HREF="directive-dict.html#Default"
 REL="Help"
><STRONG>Default:</STRONG></A> <CODE>ErrorLog logs/error.log</CODE> 
 (Windows and OS/2)<BR>
<A
 HREF="directive-dict.html#Context"
 REL="Help"