From: Manoj Kasichainula Date: Tue, 21 Dec 1999 07:54:08 +0000 (+0000) Subject: Add back support for UseCanonicalName in containers. Found X-Git-Tag: 1.3.10~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=319baedbb6495a221f35d9a673effdc7dd8d3e0d;p=apache Add back support for UseCanonicalName in containers. Found by Dave Colasurdo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84347 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index 8bc42d3f60..96a5f7dfde 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -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 */