You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/12/21 08:54:09 UTC

cvs commit: apache-2.0/src/main http_core.c

manoj       99/12/20 23:54:09

  Modified:    src      CHANGES
               src/main http_core.c
  Log:
  Add back support for UseCanonicalName in <Directory> containers. Found
  by Dave Colasurdo <da...@us.ibm.com>
  
  Revision  Changes    Path
  1.18      +3 -0      apache-2.0/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/CHANGES,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -d -u -r1.17 -r1.18
  --- CHANGES	1999/12/04 22:17:48	1.17
  +++ CHANGES	1999/12/21 07:54:07	1.18
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0-dev
     
  +  *) Add back support for UseCanonicalName in <Directory> containers.
  +     [Manoj Kasichainula]
  +
     *) Added APLOG_STARTUP log type.  This allows us to write an error
        message without any of the date and time information.  As a part
        of this change, I also removed all of the calls to fprintf(stderr
  
  
  
  1.29      +1 -1      apache-2.0/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_core.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -d -u -r1.28 -r1.29
  --- http_core.c	1999/12/20 16:38:34	1.28
  +++ http_core.c	1999/12/21 07:54:08	1.29
  @@ -2352,7 +2352,7 @@
   { "ContentDigest", set_content_md5, NULL, OR_OPTIONS,
     FLAG, "whether or not to send a Content-MD5 header with each request" },
   { "UseCanonicalName", set_use_canonical_name, NULL,
  -  RSRC_CONF, TAKE1,
  +  RSRC_CONF|ACCESS_CONF, TAKE1,
     "How to work out the ServerName : Port when constructing URLs" },
   /* TODOC: MaxServers is deprecated */
   /* TODOC: ServersSafetyLimit is deprecated */