components/apache2-modules/mod_fcgid/fcgid-24.conf
author April Chin <april.chin@oracle.com>
Thu, 06 Aug 2015 15:11:29 -0700
changeset 4745 2d05f68d43d8
parent 2163 a23eea6de4af
permissions -rw-r--r--
21569365 Enable system-test target for gpatch

LoadModule fcgid_module libexec/mod_fcgid.so

<IfModule mod_fcgid.c>
FcgidProcessTableFile /var/run/apache2/2.4/fcgid_shm
FcgidIPCDir /var/run/apache2/2.4/fcgid.sock
AddHandler fcgid-script .fcgi
<Location /fcgid>
    SetHandler fcgid-script
    Options ExecCGI
    allow from all
</Location>
</IfModule>