diff options
author | Martin Kraemer <martin@apache.org> | 2001-01-25 21:46:26 +0100 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 2001-01-25 21:46:26 +0100 |
commit | f0ec6ba43110940c2559aef2f4ce58cd0dab4da4 (patch) | |
tree | cf68f1816beba647686afdae03f1d57b10f5db96 /docs/manual/upgrading.html.en | |
parent | the issue is resolved. (diff) | |
download | apache2-f0ec6ba43110940c2559aef2f4ce58cd0dab4da4.tar.xz apache2-f0ec6ba43110940c2559aef2f4ce58cd0dab4da4.zip |
Add fragment target
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.html.en')
-rw-r--r-- | docs/manual/upgrading.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 32a88473e0..17ecd71a1b 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -66,7 +66,7 @@ directives should be placed at the end of httpd.conf, with the one for <li>The <code>BindAddress</code> directive no longer exists. Equivalent functionality is provided with the more flexible <code><a -href="mod/mpm_common.html">Listen</a></code> directive. +href="mod/mpm_common.html#listen">Listen</a></code> directive. <li>The <code>ExtendedStatus</code> directive no longer exists. Status reporting has been completely rewritten to take advantage |