Posts Tagged ‘invoked’

Enabling .cgi scripts to execute whenever invoked in Apache

Friday, January 15th, 2010

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