We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c0c31 commit dbb5b87Copy full SHA for dbb5b87
server/conf/php-fcgi-starter.master
@@ -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