Remove UseCanonicalName and UseCanonicalPhysicalPort from apache vhost files for now as it can misdirect requests - see warning @ http://httpd.apache.org/docs/current/mod/core.html#usecanonicalname

This commit is contained in:
Duncan Sommerville 2015-01-26 14:22:47 -05:00
parent 9e75c2a479
commit cd102b984b
2 changed files with 0 additions and 10 deletions

View File

@ -8,10 +8,5 @@
AllowOverride all
Order allow,deny
Allow from all
# PHP's server values can be spoofed or incorrect if an
# Apache instance is behind a proxy, so set these here
UseCanonicalName On
UseCanonicalPhysicalPort On
</Directory>
</VirtualHost>

View File

@ -9,11 +9,6 @@
Order allow,deny
Allow from all
# PHP's server values can be spoofed or incorrect if an
# Apache instance is behind a proxy, so set these here
UseCanonicalName On
UseCanonicalPhysicalPort On
Require all granted
</Directory>
</VirtualHost>