You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@hyperreal.org on 1999/02/05 10:22:44 UTC

cvs commit: apache-1.3/htdocs/manual/mod core.html

pcs         99/02/05 01:22:44

  Modified:    htdocs/manual invoking.html
               htdocs/manual/mod core.html
  Log:
  Note change of default error log filename on Windows from error_log
  to error.log.
  
  Revision  Changes    Path
  1.25      +5 -4      apache-1.3/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/invoking.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- invoking.html	1999/01/09 16:53:56	1.24
  +++ invoking.html	1999/02/05 09:22:42	1.25
  @@ -188,7 +188,7 @@
   
   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 @@
   
   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>.
  
  
  
  1.143     +6 -1      apache-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- core.html	1999/01/01 17:03:12	1.142
  +++ core.html	1999/02/05 09:22:43	1.143
  @@ -818,7 +818,12 @@
   <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"