Cliff Woolley wrote:
> 
> I know this has been brought up before, but what did we decide was the fix
> for this problem?  I have a test install that's almost identical to
> httpd-std.conf, and yet my 404 .var file gets served as text/plain.
> 
> HEAD /server-status/ HTTP/1.0
> Host: localhost
> 
> HTTP/1.1 404 Not Found
> Date: Mon, 18 Mar 2002 21:32:18 GMT
> Server: Apache/2.0.34-dev (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6c DAV/2
> Vary: accept-language
> Content-Length: 790
> Connection: close
> Content-Type: text/plain; charset=ISO-8859-1
> 
> [discovered because I neglected to configure mod_status ;]
> 
> Thanks,
> --Cliff
> 
> --------------------------------------------------------------
>    Cliff Woolley
>    [EMAIL PROTECTED]
>    Charlottesville, VA

I have so more funny things related to the topic today:
+++
HEAD /toto/ HTTP/1.0
Host: vtxrm2

HTTP/1.1 501 Method Not Implemented
Date: Wed, 20 Mar 2002 15:06:14 GMT
Server: Apache/2.0.34-dev (Unix) DAV/2
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 326
Connection: close
Content-Type: text/html; charset=iso-8859-1
+++
That is without mod_include (with mod_include I get the text/plain 501*.var
file).

Cheers

Jean-frederic

Reply via email to