diff options
author | mcrane <mctch@yahoo.com> | 2009-12-21 23:52:16 -0700 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-12-21 23:52:16 -0700 |
commit | 7fa7c54693eade0379e0c4f3f4942d4d48daf865 (patch) | |
tree | 494ee684eeaf8f55b692824b232c811565d60178 /config/vhosts | |
parent | 6e9ad5b02b3825a3e7e2821c7bd2893ba19b7969 (diff) | |
download | pfsense-packages-7fa7c54693eade0379e0c4f3f4942d4d48daf865.tar.gz pfsense-packages-7fa7c54693eade0379e0c4f3f4942d4d48daf865.tar.bz2 pfsense-packages-7fa7c54693eade0379e0c4f3f4942d4d48daf865.zip |
Add some wording changes, show the ssl on the edit and add page some how missed that earlier. Adjust the service name.
Diffstat (limited to 'config/vhosts')
-rw-r--r-- | config/vhosts/vhosts_php.tmp | 9 | ||||
-rw-r--r-- | config/vhosts/vhosts_php_edit.tmp | 2 |
2 files changed, 5 insertions, 6 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"); <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td><p><!--<span class="vexpl"><span class="red"><strong>PHP Service<br></strong></span>--> - 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 <a href='/status_services.php'>service</a> 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 <a href='/status_services.php'>service</a> to apply the settings. <br /><br /> For more information see: <a href='http://doc.pfsense.org/index.php/vhosts'>http://doc.pfsense.org/index.php/vhosts</a> </p></td> 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() { </td> </tr> -<!-- <tr> <td width="22%" valign="top" class="vncell">Certificate</td> <td width="78%" class="vtable"> @@ -222,7 +221,6 @@ function show_advanced_config() { Paste an RSA private key in PEM format here. </td> </tr> ---> <tr> <td width="22%" valign="top" class="vncellreq">Enabled</td> |