diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 21:38:48 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 21:38:48 -0400 |
commit | 03b1246cd9c18ae9e2e880cf3c8c44b6bb8cb220 (patch) | |
tree | 504b66d274d96368e3e75d15c63b125e477b0f1c | |
parent | aba9cf49f326342965062f4c777d9a19bcf386bb (diff) | |
download | pfsense-packages-03b1246cd9c18ae9e2e880cf3c8c44b6bb8cb220.tar.gz pfsense-packages-03b1246cd9c18ae9e2e880cf3c8c44b6bb8cb220.tar.bz2 pfsense-packages-03b1246cd9c18ae9e2e880cf3c8c44b6bb8cb220.zip |
Adding initial version of HAPRoxy package
-rwxr-xr-x | pkg_config.7.xml | 11 | ||||
-rwxr-xr-x | pkg_config.8.xml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 20ea8b3b..10e0f993 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -2,6 +2,17 @@ <!-- pfSense packages --> <pfsensepkgs> <packages> + <package> + <name>haproxy</name> + <descr>The Reliable, High Performance TCP/HTTP Load Balancer</descr> + <website>http://haproxy.1wt.eu/</website> + <category>Services</category> + <version>0.1</version> + <status>ALPHA</status> + <required_version>1.2.3</required_version> + <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file> + <configurationfile>haproxy.xml</configurationfile> + </package> <package> <name>Proxy Server with mod_security</name> <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 4192266e..58e8abfe 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -2,6 +2,17 @@ <!-- pfSense packages --> <pfsensepkgs> <packages> + <package> + <name>haproxy</name> + <descr>The Reliable, High Performance TCP/HTTP Load Balancer</descr> + <website>http://haproxy.1wt.eu/</website> + <category>Services</category> + <version>0.1</version> + <status>ALPHA</status> + <required_version>1.2.3</required_version> + <config_file>http://www.pfsense.com/packages/config/haproxy/haproxy.xml</config_file> + <configurationfile>haproxy.xml</configurationfile> + </package> <package> <name>Proxy Server with mod_security</name> <pkginfolink>http://doc.pfsense.org/index.php/ProxyServerModSecurity_package</pkginfolink> |