aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/vhosts/vhosts_php.tmp9
-rw-r--r--config/vhosts/vhosts_php_edit.tmp2
-rwxr-xr-xpkg_config.7.xml2
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");
<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>
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 @@
<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.4</version>
+ <version>0.5</version>
<status>Beta</status>
<required_version>1.2.3</required_version>
<maintainer>markjcrane@gmail.com</maintainer>