rbowen 01/11/10 18:59:36
Modified: htdocs/manual/mod mod_autoindex.html
Log:
Add examples for AddAltByEncoding, AddAltByType
Revision Changes Path
1.46 +11 -0 httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html
Index: mod_autoindex.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mod_autoindex.html 2001/11/11 02:03:39 1.45
+++ mod_autoindex.html 2001/11/11 02:59:36 1.46
@@ -205,6 +205,12 @@
quotes (<code>"</code>). This alternate text is displayed if
the client is image-incapable or has image loading
disabled.</p>
+
+ <p>Example:</p>
+ <pre>
+ AddAltByEncoding "gzip" x-gzip
+ </pre>
+
<hr />
<h2><a id="addaltbytype" name="addaltbytype">AddAltByType</a>
@@ -230,6 +236,11 @@
quotes (<code>"</code>). This alternate text is displayed if
the client is image-incapable or has image loading
disabled.</p>
+
+ <p>Example:</p>
+ <pre>
+ AddAltByType "TXT" text/plain
+ </pre>
<hr />
<h2><a id="adddescription"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]