components/apache2-modules/mod_fcgid/fcgid.conf
author Vladimir Marek <Vladimir.Marek@oracle.com>
Mon, 04 Jun 2012 23:18:44 -0700
branchs11-sru
changeset 2288 6e4cb6b2ecfe
parent 278 77b380ba9d84
permissions -rw-r--r--
7174201 cr 7125218 did not change patchlevel.h


<IfDefine 64bit>
LoadModule fcgid_module libexec/64/mod_fcgid.so
</IfDefine>
<IfDefine !64bit>
LoadModule fcgid_module libexec/mod_fcgid.so
</IfDefine>

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