Bug 7796 - Support XHTML media type (RFC 3236) in default install
Summary: Support XHTML media type (RFC 3236) in default install
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-1.3
Classification: Unclassified
Component: Build (show other bugs)
Version: 1.3.26
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-06 16:20 UTC by Dave Hodder
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hodder 2002-04-06 16:20:28 UTC
Hi,

Would it be possible for someone to add support for RFC 3236 (the
'application/xhtml+xml' media type registration) into the default Apache
server installation?  It's missing in both version 1.3.x and 2.0.x.

Firstly, the registration should appear inside the mime.types file:

    application/xhtml+xml		xhtml xht

Secondly the DirectoryIndex directive inside httpd.conf (or all the
http*.conf* files) should have a reference to 'index.xhtml', e.g.:

    DirectoryIndex index.xhtml index.html

... or perhaps:

    DirectoryIndex index.xhtml index.html index.xhtml.var index.html.var

Many thanks,

Dave
Comment 1 Joshua Slive 2002-04-06 18:59:16 UTC

*** This bug has been marked as a duplicate of 7795 ***
Comment 2 Dave Hodder 2002-07-09 19:00:44 UTC
Bug 7795 isn't actually a duplicate -- it's the same issue, but for Apache 2.0 
rather than 1.3.  If there's a future Apache 1.3.x release, can it include an 
updated mime.types file?

(The change to the DirectoryIndex directive is less important at this stage, so 
can be ignored.)

Thanks again.
Comment 3 André Malo 2003-02-13 15:57:22 UTC
It was already fixed in 1.3.25.
Note, that the development now happens in the 2.1 branch. 1.3 and 2.0 are mainly
in maintenance stage. That means, common changes normally apply to 2.1 and will
be backported then.

Closing.