Skip to content

Instantly share code, notes, and snippets.

@abhinavsingh
Created April 29, 2010 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save abhinavsingh/383557 to your computer and use it in GitHub Desktop.
Save abhinavsingh/383557 to your computer and use it in GitHub Desktop.
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