diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 18:01:04 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 18:01:04 -0500 |
commit | 23a3125c3cbcad1ebdfdba019460fcd973ab7732 (patch) | |
tree | d0bc29d9d03421e9d2046e5c8b02d7ee596f9f7b | |
parent | 0b6c287292dfee8afa167feae5a31d9d2247f97b (diff) | |
download | pfsense-packages-23a3125c3cbcad1ebdfdba019460fcd973ab7732.tar.gz pfsense-packages-23a3125c3cbcad1ebdfdba019460fcd973ab7732.tar.bz2 pfsense-packages-23a3125c3cbcad1ebdfdba019460fcd973ab7732.zip |
Note that mod_security + apache package offers URL based forwarding which has been a commonly asked question recently
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 318f0171..f5f47f00 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -42,7 +42,7 @@ <name>Proxy Server with mod_security</name> <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink> <website>http://www.modsecurity.org/</website> - <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. </descr> + <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr> <category>Network Management</category> <version>0.1.0</version> <status>ALPHA</status> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index f59ba93c..8f32853f 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -43,7 +43,7 @@ <name>Proxy Server with mod_security</name> <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink> <website>http://www.modsecurity.org/</website> - <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. </descr> + <descr>ModSecurity is a web application firewall that can work either embedded or as a reverse proxy. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. In addition this package allows URL forwarding which can be convenient for hosting multiple websites behind pfSense using 1 IP address.</descr> <category>Network Management</category> <version>0.1.0</version> <status>ALPHA</status> |