Advertisement
Guest User

php-fcgi-scripts

a guest
Aug 28th, 2012
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/sh
  2. PHPRC=/var/www/apps/
  3. export PHPRC
  4. export PHP_FCGI_MAX_REQUESTS=10000
  5. export PHP_FCGI_CHILDREN=0
  6. exec /usr/bin/php-cgi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement