From b412d1af0e6c491ba89956e91f431497112f2fa4 Mon Sep 17 00:00:00 2001 From: dariomas Date: Tue, 17 Feb 2015 18:18:35 +0100 Subject: Corrected PHP bin-path for HTTPS vhost conf; (same as 7232161e99d60256c51a4ee94ef800f6d4f39764 ) --- config/vhosts/vhosts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vhosts') 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"; -- cgit v1.2.3