Re: Tables and non-table-able browsers

On Thu, 10 Aug 1995, R J Partington wrote:
> On this machine, I've got NCSA 1.3, Apache 0.6.5? and CERN 3.0
> httpd's.

Apache and CERN can do content negotiation on Accept: headers as per the 
HTTP specifications, but they don't use the User-Agent field to make 
content decisions.  However, it would probably not be hard to modify 
Apache's mod_negotiation.c module (in 0.8.x and beyond) to look at that 
and compare it to some matrix of heuristics (i.e. invent a new server 
configuration directive like 

AddUserAgentAccept /*Mozilla*/ text/x-netscape-html

and have Netscape-embossed HTML pages use a ".nhtml" appendage)

If you do that let us know (apache-bugs@apache.org).

	Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  brian@hyperreal.com  http://www.[hyperreal,organic].com/

Received on Wednesday, 9 August 1995 23:10:15 UTC