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.

7 lines
199B

  1. <IfModule !mpm_prefork_module>
  2. LoadModule cgid_module libexec/{{ svcname }}/mod_cgid.so
  3. </IfModule>
  4. <IfModule mpm_prefork_module>
  5. LoadModule cgi_module libexec/{{ svcname }}/mod_cgi.so
  6. </IfModule>