From: Rich Bowen Date: Thu, 13 Jun 2002 02:13:30 +0000 (+0000) Subject: Examples for HeaderName, ReadmeName X-Git-Tag: 2.0.38~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a097eb4f3737d61ca92c576cd3723d748e0ed44;p=apache Examples for HeaderName, ReadmeName git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 49b0c9ca29..ad99065d3e 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -279,6 +279,10 @@ of the index listing

Example

+HeaderName HEADER.html + +

Both HeaderName and ReadmeName now treat Filename as a URI path relative to the one used to @@ -629,6 +633,10 @@ of the index listing

Example

+ ReadmeName FOOTER.html +
+

See also HeaderName, where this behavior is described in greater detail.


Apache HTTP Server Version 2.0

IndexHome \ No newline at end of file diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 23a979280a..56638f6734 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -407,6 +407,10 @@ of the index listing of the file that will be inserted at the top of the index listing. Filename is the name of the file to include.

+Example +HeaderName HEADER.html + +

Both HeaderName and ReadmeName now treat @@ -834,6 +838,10 @@ of the index listing listing. Filename is the name of the file to include, and is taken to be relative to the location being indexed.

+ Example + ReadmeName FOOTER.html + +

See also HeaderName, where this behavior is described in greater detail.