apache-formula/apache/files/FreeBSD/mod_cgi.conf.jinja

7 lines
223 B
Plaintext
Raw Normal View History

2017-01-16 14:02:23 +01:00
<IfModule !mpm_prefork_module>
LoadModule cgid_module libexec/{{ apache.service.name }}/mod_cgid.so
2017-01-16 14:02:23 +01:00
</IfModule>
<IfModule mpm_prefork_module>
LoadModule cgi_module libexec/{{ apache.service.name }}/mod_cgi.so
2017-01-16 14:02:23 +01:00
</IfModule>