]> granicus.if.org Git - apache/commitdiff
Note change of default error log filename on Windows from error_log
authorpcs <pcs@unknown>
Fri, 5 Feb 1999 09:22:43 +0000 (09:22 +0000)
committerpcs <pcs@unknown>
Fri, 5 Feb 1999 09:22:43 +0000 (09:22 +0000)
to error.log.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82747 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/invoking.html
docs/manual/invoking.html.en
docs/manual/mod/core.html

index 1a19d121e64b0fccb48151e9f7797836bb522df6..6b0be6decb1741b8a038cd4c390fcf04b96eeb5a 100644 (file)
@@ -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>.
index 1a19d121e64b0fccb48151e9f7797836bb522df6..6b0be6decb1741b8a038cd4c390fcf04b96eeb5a 100644 (file)
@@ -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>.
index 45b472bdbc8574eed7fb9871b594f8229792780f..adc2870fcf54a32c03c50676a9585f743d254828 100644 (file)
@@ -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"