This is a discussion on httpd executing .pl.txt files within the Linux Web Servers forums, part of the Web Server and Related Forums category; Anyone have any idea why httpd would be attempting to execute .pl.txt files? The only relevant directive that we ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
Hello,
Am 28 Nov 2006 09:32:24 -0800 schrieb patsward@gmail.com: > 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 - What version of Apache are you running? - Does adding "Options -Multiviews" prevent Apache from trying to pass on those file to the handler "cgi-script? hf, ..max |