Advertisement
Guest User

Untitled

a guest
May 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. cat /etc/default/php-fastcgi
  2. START=yes
  3.  
  4. # Which user runs PHP? (default: www-data)
  5.  
  6. EXEC_AS_USER=banner
  7.  
  8. # Host and TCP port for FASTCGI-Listener (default: localhost:9000)
  9.  
  10. FCGI_HOST=localhost
  11. FCGI_PORT=9000
  12.  
  13. # Environment variables, which are processed by PHP
  14.  
  15. PHP_FCGI_CHILDREN=20
  16. PHP_FCGI_MAX_REQUESTS=1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement