Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the Apache server configuration file for providing FastCGI support
- # through mod_fcgid
- #
- # Documentation is available at
- # http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
- LoadModule fcgid_module modules/mod_fcgid.so
- MaxRequestLen 9047527424
- IPCCommTimeout 3600
- # Use FastCGI to process .fcg .fcgi & .fpl scripts
- AddHandler fcgid-script fcg fcgi fpl
- # Sane place to put sockets and shared memory file
- FcgidIPCDir /var/run/mod_fcgid
- FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement