Created
March 6, 2009 07:48
-
-
Save jauderho/74813 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=9000 | |
# Environment variables, which are processed by PHP | |
PHP_FCGI_CHILDREN=6 | |
PHP_FCGI_MAX_REQUESTS=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment