Created
December 29, 2010 20:31
-
-
Save gotoplanb/759032 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START=yes | |
# Which user runs PHP? (default: www-data) | |
EXEC_AS_USER=www-data | |
# Host and TCP port for FASTCGI-Listener (default: localhost:9000) | |
FCGI_HOST=localhost | |
FCGI_PORT=10005 | |
# Environment variables, which are processed by PHP | |
PHP_FCGI_CHILDREN=4 | |
PHP_FCGI_MAX_REQUESTS=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment