On Mon, 2005-02-21 at 18:10 -0800, Bill Moseley wrote:
>On Tue, Feb 22, 2005 at 09:08:05AM +0800, Peter Farmer wrote:
>> Assuming the .cgi extension has been globally mapped to the handler
>> "cgi-script" (from mod_cgi) and normally the .html extension is mapped to
>> the MIME-type "text/html", then the files *.cgi.html will be associated with
>> both the "cgi-script" handler and "text/html" MIME-type. The handler will
>> have precedence here and process the file as a cgi script ..
>
>I don't use AddHandler very often. Didn't realize .cgi was also
>cgi.foo.
Oh, I see the problem. Server was parsing a non-CGI file and blowing
up. I think the Multiviews option enables the processing of multiple
file extensions (right to left).
--
David Norris
http://www.webaugur.com/dave/
ICQ - 412039
Received on Mon Feb 21 18:52:15 2005