apache-config-devel/mods-available/cgi.conf
Sven Velt 549e9712ca Add classic CGI support
There's only one cgi.load as it depdends on MPM which module to use. The
conf file has options for mod_cgid only which are in an IfModule
container.

- mod_cgi
- mod_cgid
2016-11-10 19:41:28 +01:00

6 lines
119 B
ApacheConf

<IfModule cgid_module>
ScriptSock ${APACHE_RUN_DIR}/cgisock
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet