]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-mod_cgid.conf
- pretrans maybe? :)
[packages/apache.git] / apache-mod_cgid.conf
1 # $Id: apache-mod_cgid.conf,v 1.4 2005/12/21 13:31:35 glen Exp $
2 LoadModule cgid_module  modules/mod_cgid.so
3
4 <IfModule cgid_module>
5         #
6         # ScriptSock: On threaded servers, designate the path to the UNIX
7         # socket used to communicate with the CGI daemon of mod_cgid.
8         #
9         Scriptsock /var/run/httpd/cgisock
10 </IfModule>