From: Rich Bowen Date: Sun, 11 Nov 2001 03:01:39 +0000 (+0000) Subject: Add example for AllAltByType, AddAltByEncoding X-Git-Tag: 2.0.29~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc1bf0ea74f1048562074c7321a1ba00cfe5b856;p=apache Add example for AllAltByType, AddAltByEncoding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91848 13f79535-47bb-0310-9956-ffa450edef68 --- 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
+