From 99391909a77050b655a39ef4f70b60580756ee8c Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 29 Sep 2013 13:25:39 +0300 Subject: [PATCH] proper phpfgci wrapper path --- install/rhel/templates/web/httpd/phpfcgid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/templates/web/httpd/phpfcgid.sh b/install/rhel/templates/web/httpd/phpfcgid.sh index ccdf1a6a2..e80582492 100755 --- a/install/rhel/templates/web/httpd/phpfcgid.sh +++ b/install/rhel/templates/web/httpd/phpfcgid.sh @@ -11,7 +11,7 @@ PHPRC=/usr/local/lib export PHPRC export PHP_FCGI_MAX_REQUESTS=1000 export PHP_FCGI_CHILDREN=20 -exec /usr/local/bin/php +exec /usr/bin/php-cgi " wrapper_file="$home_dir/$user/web/$domain/cgi-bin/fcgi-starter"