Advertisement
Guest User

fcgid.conf

a guest
Jan 22nd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # This is the Apache server configuration file for providing FastCGI support
  2. # through mod_fcgid
  3. #
  4. # Documentation is available at
  5. # http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
  6.  
  7. LoadModule fcgid_module modules/mod_fcgid.so
  8. MaxRequestLen 9047527424
  9.  
  10. IPCCommTimeout 3600
  11.  
  12. # Use FastCGI to process .fcg .fcgi & .fpl scripts
  13. AddHandler fcgid-script fcg fcgi fpl
  14.  
  15. # Sane place to put sockets and shared memory file
  16. FcgidIPCDir /var/run/mod_fcgid
  17. FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement