Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. START=yes
  2.  
  3. # Which user runs PHP? (default: www-data)
  4. EXEC_AS_USER=www-data
  5.  
  6. # Host and TCP port for FASTCGI-Listener (default: localhost:9000)
  7. FCGI_HOST=localhost
  8. FCGI_PORT=9000
  9.  
  10. # Environment variables, which are processed by PHP
  11. PHP_FCGI_CHILDREN=4
  12. PHP_FCGI_MAX_REQUESTS=1000
Add Comment
Please, Sign In to add comment