From 79c55fc0f4b3ab5f3ff0103a0b7ce63bf0334cb7 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 16 Jan 2011 13:52:19 +0000 Subject: [PATCH] As per tid50417, clarify that the icon URL can in fact be a fully-qualified remote URL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059559 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index d828b09f177..328d91437c2 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -331,7 +331,7 @@ icon selected by MIME content-type

This sets the icon to display next to a file ending in name for FancyIndexing. Icon is either a (%-escaped) - relative URL to the icon, or of the format + relative URL to the icon, a fully qualified remote URL, or of the format (alttext,url) where alttext is the text tag given for an icon for non-graphical browsers.

@@ -367,6 +367,7 @@ content-encoding

This sets the icon to display next to files with FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, + a fully qualified remote URL, or of the format (alttext,url) where alttext is the text tag given for an icon for non-graphical browsers.

@@ -396,6 +397,7 @@ content-type MIME-type for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, + a fully qualified remote URL, or of the format (alttext,url) where alttext is the text tag given for an icon for non-graphical browsers.

@@ -423,7 +425,8 @@ configured

The DefaultIcon directive sets the icon to display for files when no specific icon is known, for FancyIndexing. - Url-path is a (%-escaped) relative URL to the icon.

+ Url-path is a (%-escaped) relative URL to the icon, + or a fully qualified remote URL.

Example DefaultIcon /icon/unknown.png -- 2.47.2