aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordariomas <dariomas@users.noreply.github.com>2015-02-17 18:18:35 +0100
committerdariomas <dariomas@users.noreply.github.com>2015-02-18 16:16:31 +0100
commitb412d1af0e6c491ba89956e91f431497112f2fa4 (patch)
tree92718e55cd1806889e42c0688d88c58da7f76710
parent74e0eaaa9d36c36eaaae0c6bf9c21ddcba910533 (diff)
downloadpfsense-packages-b412d1af0e6c491ba89956e91f431497112f2fa4.tar.gz
pfsense-packages-b412d1af0e6c491ba89956e91f431497112f2fa4.tar.bz2
pfsense-packages-b412d1af0e6c491ba89956e91f431497112f2fa4.zip
Corrected PHP bin-path for HTTPS vhost conf; (same as 7232161e99d60256c51a4ee94ef800f6d4f39764 )
-rw-r--r--config/vhosts/vhosts.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc
index d0b14652..2437c970 100644
--- a/config/vhosts/vhosts.inc
+++ b/config/vhosts/vhosts.inc
@@ -659,7 +659,7 @@ function vhosts_sync_package_php()
$tmp .= " \"PHP_FCGI_MAX_REQUESTS\" => \"500\",\n";
$tmp .= " \"PHP_FCGI_CHILDREN\" => \"1\"\n";
$tmp .= " ),\n";
- $tmp .= " \"bin-path\" => \"/usr/local/php5/php-cgi\"\n";
+ $tmp .= " \"bin-path\" => \"/usr/local/bin/php\"\n";
$tmp .= " )\n";
$tmp .= " )\n";
$tmp .= ")\n";