Skip to content

Commit 4fd9501

Browse files
committed
- Changed apache_ispconfig_fcgi_starter.master: PHP environment variables must be set before PHP is executed.
1 parent 510f1d0 commit 4fd9501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
PHPRC=/etc/php5/cgi/
33
export PHPRC
4-
exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off
54
export PHP_FCGI_MAX_REQUESTS=5000
6-
export PHP_FCGI_CHILDREN=8
5+
export PHP_FCGI_CHILDREN=8
6+
exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off

0 commit comments

Comments
 (0)