diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 152631a79e5..86f5aeaab55 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -141,12 +141,12 @@ module="mod_mime_magic">MimeMagicFile to have the file foo.html.asis served by the send-as-is handler provided by mod_asis script, but not the file bar.asis.html, then instead - of using AddHandler send-asis .asis, use

+ of using AddHandler send-as-is .asis, use

Configure handler based on final extension only <FilesMatch "[^.]+\.asis$"> - SetHandler send-asis + SetHandler send-as-is </FilesMatch> @@ -692,7 +692,7 @@ a matching file with MultiViews bytes and index.html.pl of 1000 bytes, the .cgi file would win in this example. Users of .asis files might prefer to use the Handler option, if .asis files are - associated with the asis-handler.

+ associated with the send-as-is handler.

You may finally allow Any extensions to match, even if mod_mime doesn't recognize the extension. This can cause