Skip to content

Commit dbb5b87

Browse files
author
daniel
committed
1 parent 54c0c31 commit dbb5b87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
PHPRC="<tmpl_var name='php_ini_path'>"
3+
export PHPRC
4+
PHP_DOCUMENT_ROOT="<tmpl_var name='document_root'>"
5+
export PHP_DOCUMENT_ROOT
6+
PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
7+
export PHP_FCGI_CHILDREN
8+
PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
9+
export PHP_FCGI_MAX_REQUESTS
10+
exec <tmpl_var name='php_fcgi_bin'> $1

0 commit comments

Comments
 (0)