Skip to content

Instantly share code, notes, and snippets.

@dm
Created April 25, 2012 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dm/2493142 to your computer and use it in GitHub Desktop.
Save dm/2493142 to your computer and use it in GitHub Desktop.
PHP fcgid wrapper
#!/bin/sh
PHP_FGCI_MAX_REQUESTS=500
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment