View Single Post

  #2 (permalink)  
Old 11-28-2006
Max Dittrich
 
Posts: n/a
Default Re: httpd executing .pl.txt files

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