View Single Post

  #1 (permalink)  
Old 11-28-2006
patsward@gmail.com
 
Posts: n/a
Default httpd executing .pl.txt files

Anyone have any idea why httpd would be attempting to execute .pl.txt
files?

The only relevant directive that we have in our httpd.conf file
follows:

AddHandler cgi-script .cgi .pl

I even tried reversing the arguments:

AddHandler cgi-script .pl .cgi