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
|
AllowOverride all
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
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>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -9,11 +9,6 @@
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
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
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in New Issue