Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
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 |
# Use FastCGI to process .fcg .fcgi & .fpl scripts
|
|
|
8 |
AddHandler fcgid-script fcg fcgi fpl
|
|
|
9 |
|
|
|
10 |
# Sane place to put sockets and shared memory file
|
|
|
11 |
FcgidIPCDir /run/mod_fcgid
|
|
|
12 |
FcgidProcessTableFile /run/mod_fcgid/fcgid_shm
|