Hello All,
I have apache 2.4 installed. I face a problem with cgi scripts execution. I have the following in my httpd.conf. But for some reason cgi scripts which are in perl are not getting executed. And instead the contents getting displayed on browser. With 2.2 i have the same entries, works like a charm there.
ScriptAlias /cgi-bin/ "/apps/cgi-bin/"
<Directory "/apps/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>