You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rodent of Unusual Size <Ke...@Golux.Com> on 1999/05/11 18:07:21 UTC

Re: [PATCH] ReadmeName and HeaderName files server-parsed and content negotiated.

Raymond S Brand wrote:
> 
> OK, it's been a week since I submitted the patches to the list and there
> have been NO comments. Has anybody looked at them? I really would like
> server-parsed readme and header file capability to make it into the next
> release.

I've been meaning to test this, and finally got to it a bit to-day.
Unfortunately, it's not quite there yet -- it doesn't handle non-text/*
content-types correctly.  If the HeaderName gets multiviewed to
HEADER.gif, the binary gets included in the response.

I'm halfway through a fix; I'll post it after lunch.
-- 
#ken    P-)}

Ken Coar                    <http://Web.Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Web.Golux.Com/coar/ASFD/>

Re: [PATCH] ReadmeName and HeaderName files server-parsed and content negotiated.

Posted by Raymond S Brand <rs...@rsbx.net>.
Rodent of Unusual Size wrote:
> I've been meaning to test this, and finally got to it a bit to-day.
> Unfortunately, it's not quite there yet -- it doesn't handle non-text/*
> content-types correctly.  If the HeaderName gets multiviewed to
> HEADER.gif, the binary gets included in the response.
> 
> I'm halfway through a fix; I'll post it after lunch.

I ran into that problem too; discovered mod_include handles it just as
bad; saw no obvious solution; decided to to take the easy way out and
be consistent with mod_include.

Raymond S Brand