Can someone suggest how to enable CGI support in Apache24?
In httpd.conf there is:
Should I uncomment both statements?
In httpd.conf there is:
Code:
<IfModule !mpm_prefork_module>
#LoadModule cgid_module libexec/apache24/mod_cgid.so
</IfModule>
<IfModule mpm_prefork_module>
#LoadModule cgi_module libexec/apache24/mod_cgi.so
</IfModule>
Should I uncomment both statements?
Last edited by a moderator: