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 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/vhosts/vhosts_php.tmp') 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"); -- 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