aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-15 13:38:56 -0300
committerRenato Botelho <renato@netgate.com>2015-07-15 13:38:56 -0300
commit33b4e20672cc85ae1aa9bb7824367b294d7670ae (patch)
tree1f77697111ec21bd55b991cc18eb84fc6468571c
parent1c65f2425155f4ea2107bf8970e32c2a986a0220 (diff)
parent16d830569f97cbc848c65668d711eb12d49b1b9e (diff)
downloadpfsense-packages-33b4e20672cc85ae1aa9bb7824367b294d7670ae.tar.gz
pfsense-packages-33b4e20672cc85ae1aa9bb7824367b294d7670ae.tar.bz2
pfsense-packages-33b4e20672cc85ae1aa9bb7824367b294d7670ae.zip
Merge pull request #896 from doktornotor/patch-2
-rw-r--r--config/apache_mod_security-dev/apache_mod_security.inc4
-rw-r--r--pkg_config.10.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/apache_mod_security-dev/apache_mod_security.inc b/config/apache_mod_security-dev/apache_mod_security.inc
index 72c1f9b4..ed5596d6 100644
--- a/config/apache_mod_security-dev/apache_mod_security.inc
+++ b/config/apache_mod_security-dev/apache_mod_security.inc
@@ -603,8 +603,8 @@ EOF;
}
$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";
+ $vh_config.=" ProxyPass balancer://{$backend['balancer']}".($backend['backendpath'] ? $backend['backendpath'] : "/")."\n";
+ $vh_config.=" ProxyPassReverse balancer://{$backend['balancer']}".($backend['backendpath'] ? $backend['backendpath'] : "/")."\n";
if ($backend['compress']== "no")
$vh_config.=" SetInputFilter INFLATE\n SetOutputFilter INFLATE\n";
if ($backend['modsecgroup']!="" && $backend['modsecgroup']!="none" && $mods_settings['enablemodsecurity']=="on"){
diff --git a/pkg_config.10.xml b/pkg_config.10.xml
index 35973608..c28e67f1 100644
--- a/pkg_config.10.xml
+++ b/pkg_config.10.xml
@@ -201,7 +201,7 @@
In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.<br>
<b>Backup your location config before updating from 0.2.x to 0.3 package version.</b>]]></descr>
<category>Network Management</category>
- <version>0.43</version>
+ <version>0.44</version>
<status>ALPHA</status>
<required_version>2.2</required_version>
<config_file>https://packages.pfsense.org/packages/config/apache_mod_security-dev/apache_virtualhost.xml</config_file>