Skip to content

Commit 307b030

Browse files
author
cfoe
committed
fixed .php-fcgi-starter for frontend
1 parent 3d0cfc3 commit 307b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/apache_ispconfig_fcgi_starter.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PHPRC=/etc/php5/cgi/
33
export PHPRC
44
export PHP_FCGI_MAX_REQUESTS=5000
55
export PHP_FCGI_CHILDREN=1
6-
exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off -d session.save_path=/usr/local/ispconfig/server/temp
6+
exec /usr/bin/php-cgi -d magic_quotes_gpc=off -d session.save_path=/usr/local/ispconfig/server/temp

0 commit comments

Comments
 (0)