Guest User

Untitled

a guest
Jul 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. PHP_CGI=/opt/php5.4.0/bin/php-cgi
  3. PHP_FCGI_CHILDREN=4
  4. PHP_FCGI_MAX_REQUESTS=1000
  5. export PHP_FCGI_CHILDREN
  6. export PHP_FCGI_MAX_REQUESTS
  7. exec $PHP_CGI
Add Comment
Please, Sign In to add comment