From 743f78c2db66ff438c9f8843881a529c5a79fa8d Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Thu, 11 Jan 2001 06:12:55 +0000 Subject: [PATCH] Fix typo in anchor. Link to mod_so.html#loadmodule instead of mod_so.html for LoadModule directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87651 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/configuring.html | 4 ++-- docs/manual/configuring.html.en | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/configuring.html b/docs/manual/configuring.html index dd2f38a5d8..45525bfee3 100644 --- a/docs/manual/configuring.html +++ b/docs/manual/configuring.html @@ -21,7 +21,7 @@
  • Modules
  • Scope of Directives
  • .htaccess Files
  • -
  • Log Files
  • +
  • Log Files

  • @@ -90,7 +90,7 @@ or the -t command line option. AddModule
    ClearModuleList
    <IfModule>
    -LoadModule
    +LoadModule

    Apache is a modular server. This implies that only the most basic diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index dd2f38a5d8..45525bfee3 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -21,7 +21,7 @@

  • Modules
  • Scope of Directives
  • .htaccess Files
  • -
  • Log Files
  • +
  • Log Files

  • @@ -90,7 +90,7 @@ or the -t command line option. AddModule
    ClearModuleList
    <IfModule>
    -LoadModule
    +LoadModule

    Apache is a modular server. This implies that only the most basic -- 2.50.1