Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created December 29, 2010 20:31
Show Gist options
  • Save gotoplanb/759032 to your computer and use it in GitHub Desktop.
Save gotoplanb/759032 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=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