Skip to content

Commit 9939190

Browse files
committed
proper phpfgci wrapper path
1 parent c831613 commit 9939190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/templates/web/httpd/phpfcgid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PHPRC=/usr/local/lib
1111
export PHPRC
1212
export PHP_FCGI_MAX_REQUESTS=1000
1313
export PHP_FCGI_CHILDREN=20
14-
exec /usr/local/bin/php
14+
exec /usr/bin/php-cgi
1515
"
1616
wrapper_file="$home_dir/$user/web/$domain/cgi-bin/fcgi-starter"
1717

0 commit comments

Comments
 (0)