Ticket #296: 20_mod_fcgid.conf

File 20_mod_fcgid.conf, 345 bytes (added by pasichnyk, 1 year ago)

20_mod_fcgid.conf from gentoo 2007.1 / apache2.2

Line 
1 <IfDefine FCGID>
2         <IfModule !mod_fcgid.c>
3                 LoadModule fcgid_module modules/mod_fcgid.so
4         </IfModule>
5         <IfModule mod_fcgid.c>
6                 AddHandler fcgid-script .php
7                 SocketPath "/var/run/fcgid.sock"
8                 SharememPath "/var/run/fcgid_shm"
9         </IfModule>
10 </IfDefine>