How can prevent execution of cgi and perl scripts?
I know it is posible by comment out these lines from httpd.conf:
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddHandler cgi-script .cgi .pl
But, i need to do it on my litespeed. Help me please ...