]> granicus.if.org Git - apache/commitdiff
Add example for AllAltByType, AddAltByEncoding
authorRich Bowen <rbowen@apache.org>
Sun, 11 Nov 2001 03:01:39 +0000 (03:01 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 11 Nov 2001 03:01:39 +0000 (03:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91848 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index f8887326169ca4590fe1c9800957e4c5dd3b620a..206f8d0b64878ad7ef8117ea11191ada4debec17 100644 (file)
     quotes (<code>"</code>). This alternate text is displayed if
     the client is image-incapable, has image loading disabled, or
     fails to retrieve the icon.</p>
+
+    <p>Example:</p>
+    <pre>
+    AddAltByEncoding "gzip" x-gzip
+    </pre>
+
     <hr />
 
     <h2><a id="addaltbytype" name="addaltbytype">AddAltByType</a>
     quotes (<code>"</code>). This alternate text is displayed if
     the client is image-incapable, has image loading disabled, or
     fails to retrieve the icon.</p>
+
+    <p>Example:</p>
+    <pre>
+    AddAltByType "TXT" text/plain
+    </pre>
     <hr />
 
     <h2><a id="adddescription"