View Single Post
  #1  
Old 08-19-2009, 11:15 PM
masood_y masood_y is offline
Senior Member
 
Join Date: Sep 2008
Posts: 121
Default Prevent execution of cgi and perl scripts

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 ...
Reply With Quote