]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-mod_cgid.conf
- adjusted for rpm.org, partial PLD merge
[packages/apache.git] / apache-mod_cgid.conf
1 LoadModule cgid_module  modules/mod_cgid.so
2
3 <IfModule cgid_module>
4         #
5         # ScriptSock: On threaded servers, designate the path to the UNIX
6         # socket used to communicate with the CGI daemon of mod_cgid.
7         #
8         Scriptsock /var/run/httpd/cgisock
9 </IfModule>