Re: Firewall problems with RDF MIME type?

>
> Actually - my grep misfired - and when I tried to add it I discovered it
> has already been part of the default apache since summer 2003. It is
> applied to any file whose name ends with '.rdf'.

Thanks. My version must have been older but it's very good that new versions 
have it in there.

But, you're misisng my point on mod_headers which is completely separate 
from the MIME type issue (I shouldn't put 2 issues in a single e-mail 
thread!) I simply want to include a response header that points to a file 
(the fact that it's an RDF file is irrelevant here) If I can include:

Link '<filename>; /="/"; rel="thing" type="foo/bar";'

in the HTTP Response Headers without having to install any modules (such as 
mod_headers) then that would be very helpful.

Phil.

<snip>


>
> If we assume a normal file then normal mime mechanisms can be used.
>
> See
> http://httpd.apache.org/docs/mod/mod_mime.html
>
> AddType application/rdf+xml .rdf .RDF
>
> which is in virtually all apache intallations as otherwise serving static
> html and gif's is quite hard :-)
>
> Dw.
> 

Received on Monday, 18 April 2005 10:16:48 UTC