apache-formula/apache/files/FreeBSD/mod_cgi.conf.jinja
Alexander Weidinger 6e880d0827 FreeBSD: mod_cgi
2017-02-01 23:50:03 +01:00

9 lines
271 B
Django/Jinja

{% from "apache/map.jinja" import apache with context %}
<IfModule !mpm_prefork_module>
LoadModule cgid_module libexec/{{ apache.service }}/mod_cgid.so
</IfModule>
<IfModule mpm_prefork_module>
LoadModule cgi_module libexec/{{ apache.service }}/mod_cgi.so
</IfModule>