Created
April 29, 2010 13:00
-
-
Save abhinavsingh/383557 to your computer and use it in GitHub Desktop.
This file contains 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=4 | |
PHP_FCGI_MAX_REQUESTS=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment