Guest User

Untitled

a guest
Jun 18th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # php-fastcgi - web server
  2. description "php-fastcgi - keep up php-fastcgi"
  3. author "Ben Keating <ben@deepdream.com>"
  4.  
  5. start on runlevel [2345]
  6. stop on runlevel [!2345]
  7.  
  8. expect fork
  9. respawn
  10.  
  11. exec /usr/bin/sudo -u www-data PHP_FCGI_CHILDREN=15 PHP_FCGI_MAX_REQUESTS=1000 /usr/bin/php-cgi -q -b 127.0.0.1:5000
Add Comment
Please, Sign In to add comment