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"