From fc1bf0ea74f1048562074c7321a1ba00cfe5b856 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 11 Nov 2001 03:01:39 +0000 Subject: [PATCH] Add example for AllAltByType, AddAltByEncoding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91848 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index f888732616..206f8d0b64 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -263,6 +263,12 @@ quotes ("). This alternate text is displayed if the client is image-incapable, has image loading disabled, or fails to retrieve the icon.

+ +

Example:

+
+    AddAltByEncoding "gzip" x-gzip
+    
+

AddAltByType @@ -289,6 +295,11 @@ quotes ("). This alternate text is displayed if the client is image-incapable, has image loading disabled, or fails to retrieve the icon.

+ +

Example:

+
+    AddAltByType "TXT" text/plain
+