summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_info.xml
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2002-12-02 22:58:35 +0100
committerAndré Malo <nd@apache.org>2002-12-02 22:58:35 +0100
commit4bcc28e4785e6ccebd28fbb2786d5a972961217c (patch)
tree6c4468df26cb86818a8e4a7828d678830d0b0efe /docs/manual/mod/mod_info.xml
parentdifferent case may confuse people. (diff)
downloadapache2-4bcc28e4785e6ccebd28fbb2786d5a972961217c.tar.xz
apache2-4bcc28e4785e6ccebd28fbb2786d5a972961217c.zip
- removed obs_* files
- keep sitemap in sync - Note: mod_auth_digest is currently exactly the same as in 2.0 (no changes were made due to the aaa-rewrite) - modified the example in mod_info (was a bad one ;-) - forward port (i.e copy) of rotatelogs.html, so we shouldn't forget the recent changes - fixed xslt/css for module index page -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.xml')
-rw-r--r--docs/manual/mod/mod_info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml
index be76579240..bb3fce9391 100644
--- a/docs/manual/mod/mod_info.xml
+++ b/docs/manual/mod/mod_info.xml
@@ -73,10 +73,10 @@ information displayed by the server-info handler</description>
the module <var>module-name</var>. Example:</p>
<example>
- AddModuleInfo mod_authn_file.c 'See &lt;a \<br />
+ AddModuleInfo mod_deflate.c 'See &lt;a \<br />
<indent>
- href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html"&gt;\<br />
- http://www.apache.org/docs-2.0/mod/mod_authn_file.html&lt;/a&gt;'
+ href="http://www.apache.org/docs-2.0/mod/mod_deflate.html"&gt;\<br />
+ http://www.apache.org/docs-2.0/mod/mod_deflate.html&lt;/a&gt;'
</indent>
</example>
</usage>