Hi,
I have been googling around for the cgi module (mod_cgi) for Apache2 because my cgi-scripts .pl are not executing on browser and instead of getting executed it wants to "save or open with"
It gave an errormessage
Warning: no MPM found. Some modules are dependant on the type of MPM.
Module "cgi" is not installed, ignoring.
Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Warning: no MPM found. Some modules are dependant on the type of MPM.
Starting httpd2 (/usr/sbin/httpd2-worker) /etc/init.d/apache2: line 120: eval: -f: invalid option
eval: usage: eval [arg ...]
I checked the APACHE MODULES setting in /etc/sysconfig/apache2 , "cgi" is listed there.
I enabled cgi in httpd.conf file
<Directory "/srv/www/cgi-bin/">
AllowOverride None
Options FollowSymLinks +ExecCGI -Includes
AddHandler cgi-script .pl
Order allow,deny
Allow from all
</Directory>
Any help would be greatly appreciated.
Thanks.