I have in my .htaccess file the standard lines
AddHandler cgi-script .pl .cgi
Options +ExecCGI
But our site gets more and more popular and i was wondering if there is a way to basically allow cgi scripts to run anywhere without this in .htaccess to free up some overhead. Is this possible in apache by changing a conf file or something else.
AddHandler cgi-script .pl .cgi
Options +ExecCGI
But our site gets more and more popular and i was wondering if there is a way to basically allow cgi scripts to run anywhere without this in .htaccess to free up some overhead. Is this possible in apache by changing a conf file or something else.