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
|