Skip to content
Snippets Groups Projects
Commit dbb5b87b authored by daniel's avatar daniel
Browse files

No commit message

No commit message
parent 54c0c31e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
PHPRC="<tmpl_var name='php_ini_path'>"
export PHPRC
PHP_DOCUMENT_ROOT="<tmpl_var name='document_root'>"
export PHP_DOCUMENT_ROOT
PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
export PHP_FCGI_MAX_REQUESTS
exec <tmpl_var name='php_fcgi_bin'> $1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment