Saltstack Official Apache Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
271B

  1. {% from "apache/map.jinja" import apache with context %}
  2. <IfModule !mpm_prefork_module>
  3. LoadModule cgid_module libexec/{{ apache.service }}/mod_cgid.so
  4. </IfModule>
  5. <IfModule mpm_prefork_module>
  6. LoadModule cgi_module libexec/{{ apache.service }}/mod_cgi.so
  7. </IfModule>