This C code module gives the Apache 1.3.x HTTP server the ability to correctly negotiate content types for XHTML documents. Currently these are sent as text/HTML for most Web sites. This gives maximum compatibility among older Web clients, but is not recommended practice according to the W3C.
| Tags | Internet Web HTTP Servers Text Processing Markup HTML/XHTML XML |
|---|---|
| Licenses | Apache |
| Operating Systems | POSIX Windows Windows Cygwin |
| Implementation | C |
Recent releases


Changes: This is the first stable release of this module.


Changes: This release contains a minor cleanup of the code, and prepares it for a 1.0 release.


Changes: This release fixes a small localization bug when parsing quality values from an HTTP Accept header. It also deals with some non-compliant caching proxy servers a little better.


Changes: This release fixed a bug that caused Internet Explorer users to be inadvertantly locked out of your Web site due to a stray null pointer. It also uses a better hashing algorithm to ensure unique Etags.


Changes: This release adds fallback support for the Apache AddDefaultCharset directive if the charset parameter is not specified. It adds Doxygen documentation for the code base.