Advertisement
Guest User

Untitled

a guest
Jul 27th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. AddHandler fcgid-script .fcgi .php
  2. # Where to look for the php.ini file?
  3. DefaultInitEnv PHPRC "/etc/php5/cgi"
  4. # Maximum requests a process handles before it is terminated
  5. MaxRequestsPerProcess 1000
  6. # Maximum number of PHP processes
  7. MaxProcessCount 10
  8. # Number of seconds of idle time before a process is terminated
  9. IPCCommTimeout 240
  10. IdleTimeout 240
  11. #Or use this if you use the file above
  12. FCGIWrapper /usr/bin/php-cgi .php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement