]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change the default setting of UseCanonicalName to off and remove
authorJoshua Slive <slive@apache.org>
Fri, 8 Apr 2005 20:13:22 +0000 (20:13 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 8 Apr 2005 20:13:22 +0000 (20:13 +0000)
commit5381a672adf66c8dd4835b8ae5c299e0b5155b18
treeb9ad246e461fe00304ccbfde908cff056650ebd4
parent5e7a55ca9e13a2a55825a19d518e068dc4f47bdd
Change the default setting of UseCanonicalName to off and remove
that directive from the default config.

This could use some review because it has potential security
implications.  In particular, it could cause cross-site scripting
vulnerabilities if people rely on SERVER_NAME without validating
it.  But we have been running with this in our default config file
for a while, and it vastly reduces the confusion that comes
from people setting ServerName incorrectly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160595 13f79535-47bb-0310-9956-ffa450edef68
docs/conf/extra/httpd-default.conf.in
docs/conf/httpd.conf.in
docs/manual/mod/core.xml
server/core.c