mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Add back support for UseCanonicalName in <Directory> containers. Found
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
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user