]> granicus.if.org Git - apache/commitdiff
Add back support for UseCanonicalName in <Directory> containers. Found
authorManoj Kasichainula <manoj@apache.org>
Tue, 21 Dec 1999 07:54:08 +0000 (07:54 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 21 Dec 1999 07:54:08 +0000 (07:54 +0000)
by Dave Colasurdo <davecola@us.ibm.com>

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

modules/http/http_core.c

index 8bc42d3f604b2d2c69870b67356139efeee3e1d4..96a5f7dfdec68f637843618f53faf95d43a857a5 100644 (file)
@@ -2352,7 +2352,7 @@ static const command_rec core_cmds[] = {
 { "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 */