aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security-dev/apache_mod_security.inc
diff options
context:
space:
mode:
authorStephane Lapie <stephane.lapie@asahinet.com>2013-11-21 12:28:55 +0900
committerStephane Lapie <stephane.lapie@asahinet.com>2013-11-21 12:28:55 +0900
commit5bef115b26a557457594ee71975b46b83b3eb4a8 (patch)
tree093950f4258bf821c87444bfaf9f148c832a8d5d /config/apache_mod_security-dev/apache_mod_security.inc
parent35bb5a21f1a46334717d1b1ca60c3981b96143b5 (diff)
downloadpfsense-packages-5bef115b26a557457594ee71975b46b83b3eb4a8.tar.gz
pfsense-packages-5bef115b26a557457594ee71975b46b83b3eb4a8.tar.bz2
pfsense-packages-5bef115b26a557457594ee71975b46b83b3eb4a8.zip
Fixing presentation, typos and location selector
- Fixed presentation (capitalization mostly) - Fixed a few typos - Fixed fieldname in apache_virtualhost.xml for location referencing - Add a comment to virtualhost config to identify locations
Diffstat (limited to 'config/apache_mod_security-dev/apache_mod_security.inc')
-rw-r--r--config/apache_mod_security-dev/apache_mod_security.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/apache_mod_security-dev/apache_mod_security.inc b/config/apache_mod_security-dev/apache_mod_security.inc
index c58210dc..31be95cf 100644
--- a/config/apache_mod_security-dev/apache_mod_security.inc
+++ b/config/apache_mod_security-dev/apache_mod_security.inc
@@ -582,6 +582,7 @@ EOF;
foreach ($virtualhost['row'] as $be){
if ($be['location'] != "none"){
$backend=$apache_location[$be['location']];
+ $vh_config.="# {$backend['name']}\n";
$vh_config.=" <Location ".($backend['sitepath'] ? $backend['sitepath'] : "/").">\n";
$vh_config.=" ProxyPass balancer://{$backend['balancer']}{$backend['backendpath']}\n";
$vh_config.=" ProxyPassReverse balancer://{$backend['balancer']}{$backend['backendpath']}\n";