Fri Jan 15 01:05:51 EET 2010

Enabling .cgi scripts to execute whenever invoked in Apache

I wanted to enable .cgi execution on my apache server.
I wanted to set a custom .cgi script to execute as a DirectoryIndex
In order to achieve that I had to add the following to my VirtualHost directive
AddHandler cgi-script .cgi .pl