diff options
author | mcrane <mctch@yahoo.com> | 2009-12-19 16:22:57 -0700 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-12-19 16:22:57 -0700 |
commit | d3f4d86e26aa297416e85a8e99dd926e7e3a78af (patch) | |
tree | ee36fac184147bd0d436a7772d3900d6b852ea1b /pkg_config.7.xml | |
parent | aeeaaa03a693805aa67c473df7607ac3ef8c8b5d (diff) | |
download | pfsense-packages-d3f4d86e26aa297416e85a8e99dd926e7e3a78af.tar.gz pfsense-packages-d3f4d86e26aa297416e85a8e99dd926e7e3a78af.tar.bz2 pfsense-packages-d3f4d86e26aa297416e85a8e99dd926e7e3a78af.zip |
Introducing vHosts web server package. It uses lighttp that is already installed but runs another instance of it with its own config. Also supports PHP5, and PHP PDO and SQLite
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 682c5e1b..3ac0c1c4 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -290,6 +290,20 @@ <configurationfile>dnsblacklist.xml</configurationfile> </package> <package> + <name>vHosts</name> + <website/> + <descr>Web server package that can host html, javascript, php files. It uses the lighttpd web server that is already installed. Supports PHP5, PHP PDO and PDO SQLite.</descr> + <category>Services</category> + <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink> + <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file> + <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> + <version>0.1</version> + <status>Alpha</status> + <required_version>1.2.3</required_version> + <maintainer>markjcrane@gmail.com</maintainer> + <configurationfile>vhosts.xml</configurationfile> + </package> + <package> <name>snort</name> <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink> <website>http://www.snort.org</website> |