components/apache2-modules/mod_fcgid/fcgid.conf
author Jan Parcel <jan.parcel@oracle.com>
Thu, 14 Jan 2016 09:56:09 -0800
branchs11u3-sru4-backport
changeset 5276 5251bd5ce824
parent 278 77b380ba9d84
permissions -rw-r--r--
22541411 problem in UTILITY/OPENSSH 22541467 problem in UTILITY/OPENSSH


<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>