From 3d883ba38e274f8667aa8beb5ac90c6e33485cfe Mon Sep 17 00:00:00 2001
From: deprrous
Date: Sun, 26 Jul 2026 19:49:42 +0800
Subject: [PATCH] Fix mod_asis handler names in mod_mime docs
---
docs/manual/mod/mod_mime.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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