diff options
author | mcrane <mctch@yahoo.com> | 2009-12-20 07:06:59 -0700 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-12-20 07:08:46 -0700 |
commit | 6102105a07880d0dafb02c33019e23fe9491ec1c (patch) | |
tree | d0a9ff99a86543ab77581744498e655bd7b62f67 /pkg_config.7.xml | |
parent | 1e955b0d13602eadea82c9158728d81e04c08b75 (diff) | |
download | pfsense-packages-6102105a07880d0dafb02c33019e23fe9491ec1c.tar.gz pfsense-packages-6102105a07880d0dafb02c33019e23fe9491ec1c.tar.bz2 pfsense-packages-6102105a07880d0dafb02c33019e23fe9491ec1c.zip |
vHosts web server 0.2 http web server functioning. https support needs a little more work.
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 3ac0c1c4..ee2b1f92 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -292,13 +292,13 @@ <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> + <descr>It is a web server package that can host HTML, Javascript, CSS, and PHP. It uses the lighttpd web server that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects 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> + <version>0.2</version> + <status>Beta</status> <required_version>1.2.3</required_version> <maintainer>markjcrane@gmail.com</maintainer> <configurationfile>vhosts.xml</configurationfile> |