diff options
author | André Malo <nd@apache.org> | 2002-12-02 22:58:35 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-12-02 22:58:35 +0100 |
commit | 4bcc28e4785e6ccebd28fbb2786d5a972961217c (patch) | |
tree | 6c4468df26cb86818a8e4a7828d678830d0b0efe /docs/manual/mod/mod_info.xml | |
parent | different case may confuse people. (diff) | |
download | apache2-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.xml | 6 |
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 <a \<br /> + AddModuleInfo mod_deflate.c 'See <a \<br /> <indent> - href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\<br /> - http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>' + href="http://www.apache.org/docs-2.0/mod/mod_deflate.html">\<br /> + http://www.apache.org/docs-2.0/mod/mod_deflate.html</a>' </indent> </example> </usage> |