From 7fa7c54693eade0379e0c4f3f4942d4d48daf865 Mon Sep 17 00:00:00 2001 From: mcrane Date: Mon, 21 Dec 2009 23:52:16 -0700 Subject: Add some wording changes, show the ssl on the edit and add page some how missed that earlier. Adjust the service name. --- config/vhosts/vhosts_php.tmp | 9 +++++---- config/vhosts/vhosts_php_edit.tmp | 2 -- pkg_config.7.xml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/vhosts/vhosts_php.tmp b/config/vhosts/vhosts_php.tmp index 43823dd1..30fc09de 100644 --- a/config/vhosts/vhosts_php.tmp +++ b/config/vhosts/vhosts_php.tmp @@ -31,7 +31,7 @@ require("guiconfig.inc"); require("/usr/local/pkg/vhosts.inc"); $a_vhosts = &$config['installedpackages']['vhosts']['config']; -$a_service = $config['installedpackages']['service']; +$a_service = $config['installedpackages']['service']; if ($_GET['act'] == "del") { if ($_GET['type'] == 'php') { @@ -118,9 +118,10 @@ include("head.inc"); diff --git a/config/vhosts/vhosts_php_edit.tmp b/config/vhosts/vhosts_php_edit.tmp index 3e5c477c..5fff46c8 100644 --- a/config/vhosts/vhosts_php_edit.tmp +++ b/config/vhosts/vhosts_php_edit.tmp @@ -205,7 +205,6 @@ function show_advanced_config() { - diff --git a/pkg_config.7.xml b/pkg_config.7.xml index b98ecc39..d5f66d1d 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -297,7 +297,7 @@ http://doc.pfsense.org/index.php/vhostshttp://www.pfsense.com/packages/config/vhosts/vhosts.xmlhttp://files.pfsense.org/packages/7/All/ - 0.4 + 0.5Beta1.2.3markjcrane@gmail.com -- cgit v1.2.3

- vHosts 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. - After adding or updating and entry make sure to restart the service to apply the settings. + vHosts is a web server package that can host HTML, Javascript, CSS, and PHP. It creates another instance of the lighttpd web server + that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects and PDO SQLite. To use SFTP enable SSH from + System -> Advanced -> Enable Secure Shell. Then SFTP can be used to access the files at /usr/local/vhosts. + After adding or updating an entry make sure to restart the service to apply the settings.

For more information see: http://doc.pfsense.org/index.php/vhosts

Enabled