]> granicus.if.org Git - apache/commitdiff
Replace unusable/fringe absolute path example for AddDescription and list
authorEric Covener <covener@apache.org>
Sun, 27 Nov 2011 08:12:02 +0000 (08:12 +0000)
committerEric Covener <covener@apache.org>
Sun, 27 Nov 2011 08:12:02 +0000 (08:12 +0000)
some weird AddDescription semantics related to directories.

-This line, and those below, will be ignored--

M    mod_autoindex.xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206680 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.xml

index ab5f9acd64a31219b3623cc3a1be6c35a2e4cc85..2640695149f8ee1ad473ec6c7141483059bb73f8 100644 (file)
@@ -280,7 +280,8 @@ icon selected by MIME content-type</description>
     <var>String</var> is enclosed in double quotes (<code>"</code>).</p>
 
     <example><title>Example</title>
-      AddDescription "The planet Mars" /web/pics/mars.gif
+      AddDescription "The planet Mars" mars.gif <br/>
+      AddDescription "My friend Marshall." friends/mars.gif
     </example>
 
     <p>The typical, default description field is 23 bytes wide. 6
@@ -314,6 +315,14 @@ icon selected by MIME content-type</description>
       element (such as cutting off the end of a bolded phrase), the
       results may affect the rest of the directory listing.</p>
     </note>
+
+    <note><title>Arguments with path information</title>
+      <p>Absolute paths are not currently supported and do not match
+      anything at runtime. Arguments with relative path information,
+      which would normally only be used in htaccess context, are implicitly 
+      prefixed with '*/' to avoid matching partial directory names.</p>
+    </note>
+
 </usage>
 </directivesynopsis>