Sure you can.

Adding this to mime.types...

  application/atom+xml                            atom
  application/atom+xml;type=entry                 entry
  application/atom+xml;type=feed                  feed

works just fine in apache2.  Ask for a static file *.atom, and you get
application/atom+xml.  Ask for a static file *.entry and you get
application/atom+xml;type=entry.

- James

Hugh Winkler wrote:
>>
>>   application/atom.entry+xml
>>
>>
> 
> Another reason for +1 for B: consider serving static files, some of
> type entry, some of type feed. You can give each file type a different
> extension (.atom, .atom-entry) and configure Apache to serve the
> correct mime type for each. You could not configure Apache to serve
> files with the right type parameter, if you choose A.
> 

Reply via email to