rbowen 00/09/30 14:10:37
Modified: htdocs/manual/mod mod_autoindex.html Log: Changed references to xbm files that are no longer distributed with Apache to gif files. Added a comment about Options +Indexes, as recommended in a comment someone had put in here. Submitted by: Rich Bowen <[EMAIL PROTECTED]> Revision Changes Path 1.36 +10 -6 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.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- mod_autoindex.html 2000/09/26 19:13:25 1.35 +++ mod_autoindex.html 2000/09/30 21:10:36 1.36 @@ -35,7 +35,6 @@ <H2>Summary</H2> -<!-- XXX: This should mention the necessity of Options +Indexes --> The index of a directory can come from one of two sources: <UL> @@ -55,6 +54,11 @@ The two functions are separated so that you can completely remove (or replace) automatic index generation should you want to. <P> +Automatic index generation is enabled with using +<CODE>Options +Indexes</CODE>. See the +<A HREF="core.html#options"><CODE>Options</CODE></a> directive for +more details. +<P> If <A HREF="#fancyindexing" @@ -286,9 +290,9 @@ blank lines (to format the list correctly), a file extension, a wildcard expression, a partial filename or a complete filename. Examples: <BLOCKQUOTE><CODE> -AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm <BR> -AddIcon /icons/dir.xbm ^^DIRECTORY^^ <BR> -AddIcon /icons/backup.xbm *~ +AddIcon (IMG,/icons/image2.gif) .gif .jpg .png<BR> +AddIcon /icons/dir.gif ^^DIRECTORY^^ <BR> +AddIcon /icons/backup.gif *~ </CODE></BLOCKQUOTE> <A HREF="#addiconbytype">AddIconByType</A> should be used in preference to AddIcon, when possible.<P><HR> @@ -327,7 +331,7 @@ <EM>Mime-encoding</EM> is a wildcard expression matching required the content-encoding. Examples: <BLOCKQUOTE><CODE> -AddIconByEncoding /icons/compress.xbm x-compress +AddIconByEncoding /icons/compressed.gif x-compress </CODE></BLOCKQUOTE><P><HR> <H2><A NAME="addiconbytype">AddIconByType</A> directive</H2> @@ -363,7 +367,7 @@ <EM>Mime-type</EM> is a wildcard expression matching required the mime types. Examples: <BLOCKQUOTE><CODE> -AddIconByType (IMG,/icons/image.xbm) image/* +AddIconByType (IMG,/icons/image3.gif) image/* </CODE></BLOCKQUOTE><P><HR> <H2><A NAME="defaulticon">DefaultIcon</A> directive</H2>