From: Eric Covener Date: Sun, 27 Nov 2011 08:12:02 +0000 (+0000) Subject: Replace unusable/fringe absolute path example for AddDescription and list X-Git-Tag: 2.5.0-alpha~7804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=403192a98dc484f0d560dabdf4a07623061e0b24;p=apache Replace unusable/fringe absolute path example for AddDescription and list 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 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index ab5f9acd64..2640695149 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -280,7 +280,8 @@ icon selected by MIME content-type String is enclosed in double quotes (").

Example - AddDescription "The planet Mars" /web/pics/mars.gif + AddDescription "The planet Mars" mars.gif
+ AddDescription "My friend Marshall." friends/mars.gif

The typical, default description field is 23 bytes wide. 6 @@ -314,6 +315,14 @@ icon selected by MIME content-type element (such as cutting off the end of a bolded phrase), the results may affect the rest of the directory listing.

+ + Arguments with path information +

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.

+
+