https://bz.apache.org/bugzilla/show_bug.cgi?id=66486

--- Comment #1 from tlhack...@yahoo.com ---
If using IndexHeadInsert to, e.g. add a customization script, being in quirks
mode can be problematic.

I'm not sure how the OP got to "the user can change it himself", though I'm
curious.

However, I did this ugly hack with mod_filter and mod_sed:

        SetOutputFilter sed
        OutputSed "1s,^<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2
Final//EN\">$,<!DOCTYPE html>,"

(IndexHeadInsert is obviously too late to affect the DOCTYPE...)

Not a great solution, especially if you expect to download quirky .html files
from the autoindexed directory.  But it works for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to