rse         98/05/03 03:22:31

  Modified:    .        STATUS Makefile.tmpl
               src      CHANGES
  Log:
  Make sure the agent_log and referer_log entries are also adjusted
  in httpd.conf at the APACI installation process.
  
  PR: 2175
  
  Revision  Changes    Path
  1.350     +1 -0      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.349
  retrieving revision 1.350
  diff -u -r1.349 -r1.350
  --- STATUS    1998/05/03 02:57:45     1.349
  +++ STATUS    1998/05/03 10:22:25     1.350
  @@ -79,6 +79,7 @@
       * Ralf's DSO support for NetBSD, PR#2158
       * Some optimization defines for NetBSD, PR#2165
       * Ralf's various porting changes to support AIX 3.2, 4.1.5, 4.2 and 4.3.
  +    * Ralf's fix for referer/agent log entries in installed httpd.conf, 
PR#2175
   
   Available Patches:
   
  
  
  
  1.30      +2 -0      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Makefile.tmpl     1998/04/27 13:01:00     1.29
  +++ Makefile.tmpl     1998/05/03 10:22:26     1.30
  @@ -373,6 +373,8 @@
                        -e 's;logs/httpd.pid;$(runtimedir)/httpd.pid;' \
                        -e 's;logs/access_log;$(logfiledir)/access_log;' \
                        -e 's;logs/error_log;$(logfiledir)/error_log;' \
  +                     -e 's;logs/referer_log;$(logfiledir)/referer_log;' \
  +                     -e 's;logs/agent_log;$(logfiledir)/agent_log;' \
                        -e 's;conf/magic;$(sysconfdir)/magic;' \
                > $(TOP)/$(SRC)/.apaci.install.tmp && \
                echo "$(INSTALL_DATA) $(TOP)/conf/$$conf-dist[*] 
$(root)$(sysconfdir)/$$conf.default"; \
  
  
  
  1.809     +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.808
  retrieving revision 1.809
  diff -u -r1.808 -r1.809
  --- CHANGES   1998/05/02 23:27:03     1.808
  +++ CHANGES   1998/05/03 10:22:29     1.809
  @@ -1,4 +1,8 @@
   Changes with Apache 1.3b7
  + 
  +  *) Make sure the referer_log and agent_log entries in the default 
httpd.conf
  +     file are also adjusted for the actual relative installation paths.
  +     [Ralf S. Engelschall] PR#2175
   
     *) WIN32: Extensive overhaul of the way UNCs are handled. [Ben Laurie]
   
  
  
  

Reply via email to