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:
parent
9e75c2a479
commit
cd102b984b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue