From 319baedbb6495a221f35d9a673effdc7dd8d3e0d Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Tue, 21 Dec 1999 07:54:08 +0000 Subject: [PATCH] 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 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1