From cd102b984ba83d08b2ac6f243738f1d05fa285e4 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Mon, 26 Jan 2015 14:22:47 -0500 Subject: [PATCH] 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 --- installer/apache/airtime-vhost | 5 ----- installer/apache/airtime-vhost-2.4 | 5 ----- 2 files changed, 10 deletions(-) diff --git a/installer/apache/airtime-vhost b/installer/apache/airtime-vhost index 22c54d8b5..890006fb0 100644 --- a/installer/apache/airtime-vhost +++ b/installer/apache/airtime-vhost @@ -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 diff --git a/installer/apache/airtime-vhost-2.4 b/installer/apache/airtime-vhost-2.4 index bc6d8a85f..a1060d875 100644 --- a/installer/apache/airtime-vhost-2.4 +++ b/installer/apache/airtime-vhost-2.4 @@ -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