rse         98/09/22 02:20:00

  Modified:    src      CHANGES
               src/modules/standard mod_log_config.c
  Log:
  Correct comment in mod_log_config.c about its internals.
  
  Submitted by: Elf Sternberg <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.1072    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1071
  retrieving revision 1.1072
  diff -u -r1.1071 -r1.1072
  --- CHANGES   1998/09/21 20:44:41     1.1071
  +++ CHANGES   1998/09/22 09:19:51     1.1072
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.3
   
  +  *) Correct comment in mod_log_config.c about its internals.
  +     [Elf Sternberg <[EMAIL PROTECTED]>]
  +
     *) Avoid possible line overflow in Configure: Use an awkfile to
        handle the creation of modules.c [Jim Jagielski]
   
  
  
  
  1.67      +3 -4      apache-1.3/src/modules/standard/mod_log_config.c
  
  Index: mod_log_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_log_config.c,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- mod_log_config.c  1998/08/03 09:15:12     1.66
  +++ mod_log_config.c  1998/09/22 09:19:59     1.67
  @@ -202,10 +202,9 @@
    * multi_log_state is our per-(virtual)-server configuration. We store
    * an array of the logs we are going to use, each of type config_log_state.
    * If a default log format is given by LogFormat, store in default_format
  - * (backward compat. with mod_log_config). We also store a pointer to
  - * the logs specified for the main server for virtual servers, so that
  - * if this vhost has now logs defined, we can use the main server's
  - * logs instead.
  + * (backward compat. with mod_log_config).  We also store for each virtual
  + * server a pointer to the logs specified for the main server, so that if 
this
  + * vhost has no logs defined, we can use the main server's logs instead.
    *
    * So, for the main server, config_logs contains a list of the log files
    * and server_config_logs in empty. For a vhost, server_config_logs
  
  
  

Reply via email to