diff options
author | André Malo <nd@apache.org> | 2002-09-28 01:50:23 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-09-28 01:50:23 +0000 |
commit | 006e62fef894d8f46b8f9118683b2a3e81cc638a (patch) | |
tree | de8b676ce315482fdb8a33c98f1eb66bfbab65e4 /docs/manual/upgrading.html.en | |
parent | 1c900d1e96b9cde859ace55d2ddd55efbd8bcc7f (diff) | |
download | httpd-006e62fef894d8f46b8f9118683b2a3e81cc638a.tar.gz |
add some module markup
Submitted by: Ilia Soldis <s010148@tversu.ru>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.html.en')
-rw-r--r-- | docs/manual/upgrading.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 2eda46d5fb..a5b5af0f72 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -116,7 +116,7 @@ and <code>RefererIgnore</code> directives have been removed. Agent and referer logs are still available using the <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code> - directive of mod_log_config.</li> + directive of <code class="module"><a href="./mod/mod_log_config.html">mod_log_config</a></code>.</li> <li>The <code>AddModule</code> and <code>ClearModuleList</code> directives no longer exist. @@ -139,11 +139,11 @@ configuration has been replaced by <code>-t -D DUMP_VHOSTS</code>.</li> - <li>The module mod_auth_digest, which was experimental in - Apache 1.3, is now a standard module.</li> + <li>The module <code class="module"><a href="./mod/mod_auth_digest.html">mod_auth_digest</a></code>, which was + experimental in Apache 1.3, is now a standard module.</li> - <li>The mod_mmap_static module, which was experimental in - Apache 1.3, has been replaced with mod_file_cache.</li> + <li>The <code>mod_mmap_static</code> module, which was experimental in + Apache 1.3, has been replaced with <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code>.</li> <li>The distribution has been completely reorganized so that it no longer contains an independent <code>src</code> |