From: Luca Toscano Date: Sat, 30 Apr 2016 20:54:33 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.4.21~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f831be34994e74c7f9d3f20a397f386b34f49b1f;p=thirdparty%2Fapache%2Fhttpd.git Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741815 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index c17b137c8c5..5dec1298d1a 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -37,7 +37,7 @@
  • Special IPv6 Considerations
  • Specifying the protocol with Listen
  • How This Works With Virtual Hosts
  • -

    See also

    +

    See also

    top

    Overview

    diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index b4d42a022a4..89258aa3e72 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -38,7 +38,7 @@
  • Two-state Key/Value Shared Object Caching
  • Specialized File Caching
  • Security Considerations
  • -
    +

    See also

    top

    Introduction

    diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index ca2efbae6f7..69d268eaf05 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -39,7 +39,7 @@ Server.

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

    See also

    top

    Main Configuration Files

    diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 08ffed3ba30..daa362328aa 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -52,7 +52,7 @@ Negotiation
  • Note on hyperlinks and naming conventions
  • Note on Caching
  • -
    +

    See also

    top

    About Content Negotiation

    diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 49d7992d186..b1bfe91622d 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -55,7 +55,7 @@
  • Available Variables
  • Customizing Error Responses
  • Multi Language Custom Error Documents
  • -
    +

    See also

    top

    Configuration

    diff --git a/docs/manual/developer/API.html.en b/docs/manual/developer/API.html.en index 73ff8526d15..87fb9718a28 100644 --- a/docs/manual/developer/API.html.en +++ b/docs/manual/developer/API.html.en @@ -110,7 +110,7 @@
  • How handlers work
  • Resource allocation and resource pools
  • Configuration, commands and the like
  • -
    +

    See also

    top

    Basic concepts

    diff --git a/docs/manual/developer/filters.html.en b/docs/manual/developer/filters.html.en index 2651a4db118..cb593c33add 100644 --- a/docs/manual/developer/filters.html.en +++ b/docs/manual/developer/filters.html.en @@ -37,7 +37,7 @@
  • How are filters inserted?
  • Asis
  • Explanations
  • -
    +

    See also

    top

    Filter Types

    diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en index 3f7c8411ce8..9eadee74132 100644 --- a/docs/manual/developer/hooks.html.en +++ b/docs/manual/developer/hooks.html.en @@ -39,7 +39,7 @@ +

    See also

    top

    Core Hooks

    diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index b03b9e93e8f..901ba5a726d 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -37,7 +37,7 @@ Server 2.4

  • Context aware configurations
  • Summing up
  • Some useful snippets of code
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index 22fb59aaae1..f3967496b15 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -34,7 +34,7 @@
    +

    See also

    top

    The easier changes ...

    diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index bf944585967..1e12eecd79f 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -51,7 +51,7 @@
    +

    See also

    top

    Changed APIs

    diff --git a/docs/manual/developer/output-filters.html.en b/docs/manual/developer/output-filters.html.en index ece2d23ee55..565bda425c6 100644 --- a/docs/manual/developer/output-filters.html.en +++ b/docs/manual/developer/output-filters.html.en @@ -44,7 +44,7 @@
  • Buffering buckets
  • Non-blocking bucket reads
  • Ten rules for output filters
  • -
    +

    See also

    top

    Filters and bucket brigades

    diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index 8b552c519a5..81bad129b4c 100644 --- a/docs/manual/developer/request.html.en +++ b/docs/manual/developer/request.html.en @@ -58,7 +58,7 @@
  • The Security Phase
  • The Preparation Phase
  • The Handler Phase
  • -
    +

    See also

    top

    The Request Processing Cycle

    diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en index 5cf392a7bae..136c6f84469 100644 --- a/docs/manual/developer/thread_safety.html.en +++ b/docs/manual/developer/thread_safety.html.en @@ -38,7 +38,7 @@
  • Common standard troublesome functions
  • Common 3rd Party Libraries
  • Library List
  • -
    +

    See also

    top

    Global and static variables

    diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index 90bc4097295..1798a91c3c7 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -42,7 +42,7 @@
  • Denial of Service
  • The "main server" Address
  • Tips to Avoid These Problems
  • -
    +

    See also

    top

    A Simple Example

    diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index 1bbc70dc069..5b0987b5be8 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -48,7 +48,7 @@
  • Usage Summary
  • Background
  • Advantages and Disadvantages
  • -
    +

    See also

    top

    Implementation

    diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 244375222b4..aa6dae4041c 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -63,7 +63,7 @@
  • Using Environment Variables
  • Special Purpose Environment Variables
  • Examples
  • -
    +

    See also

    top

    Setting Environment Variables

    diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 3c7a8174d1b..66859d1aeaf 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -46,7 +46,7 @@
  • Other
  • Comparison with SSLRequire
  • Version History
  • -

    See also

    +

    See also

    top

    Grammar in Backus-Naur Form notation

    diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index 6a29fe87548..a8004487264 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -37,7 +37,7 @@
  • Smart Filtering
  • Exposing Filters as an HTTP Service
  • Using Filters
  • -
    +

    See also

    top

    Filtering in Apache 2

    diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 44e94d95de7..be82fcb5932 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -37,7 +37,7 @@ ask. This document walks you through the basics.

  • Web Site Content
  • Log Files and Troubleshooting
  • What's next?
  • -
    +

    See also

    top

    Clients, Servers, and URLs

    diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index f1a78d41376..4a2fe05660a 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -37,7 +37,7 @@ +

    See also

    top

    What is a Handler

    diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index c9cc758277b..c4abfab2505 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -35,7 +35,7 @@
  • Access control by arbitrary variables
  • Access control with mod_rewrite
  • More information
  • -
    +

    See also

    top

    Related Modules and Directives

    diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index cbdfe35ac90..2d0ac72ac89 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -50,7 +50,7 @@ person in
  • Beyond just authorization
  • Authentication Caching
  • More information
  • -
    +

    See also

    top

    Related Modules and Directives

    diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index eff16b76c9b..0888b60540f 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -36,7 +36,7 @@
  • What's going on behind the scenes?
  • CGI modules/libraries
  • For more information
  • -
    +

    See also

    top

    Introduction

    diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 7902bfb0b0e..e75f17b5504 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -42,7 +42,7 @@ changes on a per-directory basis.

  • Rewrite Rules in .htaccess files
  • CGI example
  • Troubleshooting
  • -
    +

    See also

    top

    .htaccess files

    diff --git a/docs/manual/howto/http2.html.en b/docs/manual/howto/http2.html.en index 9f131e3178d..94f2e11f83e 100644 --- a/docs/manual/howto/http2.html.en +++ b/docs/manual/howto/http2.html.en @@ -42,7 +42,7 @@
  • Clients
  • Useful tools to debug HTTP/2
  • Server Push
  • -

    See also

    +

    See also

    top

    The HTTP/2 protocol

    diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 3ca97fdd606..1f97e4d44ef 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -51,7 +51,7 @@ feature
  • Enabling a cgi directory for each user
  • Allowing users to alter configuration
  • -

    See also

    +

    See also

    top

    Per-user web directories

    diff --git a/docs/manual/howto/reverse_proxy.html.en b/docs/manual/howto/reverse_proxy.html.en index 12d1593fe78..9783d0f2beb 100644 --- a/docs/manual/howto/reverse_proxy.html.en +++ b/docs/manual/howto/reverse_proxy.html.en @@ -63,7 +63,7 @@
  • Balancer Manager
  • Dynamic Health Checks
  • BalancerMember status flags
  • -
    +

    See also

    top

    Reverse Proxy

    diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index fddc7c68d86..2e097d5f8e2 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -41,7 +41,7 @@ existing HTML documents.

  • Executing commands
  • Advanced SSI techniques
  • Conclusion
  • -
    +

    See also

    top

    Introduction

    diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 64573139530..a5598f0920d 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -59,7 +59,7 @@
  • Test
  • Upgrading
  • Third-party packages
  • -

    See also

    +

    See also

    top

    Overview for the diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index e2876057778..245b42c4dd3 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -45,7 +45,7 @@
  • Errors During Start-up
  • Starting at Boot-Time
  • Additional Information
  • -

    See also

    +

    See also

    top

    How Apache Starts

    diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index d28c427c76c..f0b5ff88b15 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -47,7 +47,7 @@
  • Piped Logs
  • Virtual Hosts
  • Other Log Files
  • -
    +

    See also

    top

    Overview

    diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en index 96c64e45e92..f13ade977d1 100644 --- a/docs/manual/misc/password_encryptions.html.en +++ b/docs/manual/misc/password_encryptions.html.en @@ -32,7 +32,7 @@
    +

    See also

    top

    Basic Authentication

    diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index e74254dc808..e461db01cd4 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -52,7 +52,7 @@
  • Run-Time Configuration Issues
  • Compile-Time Configuration Issues
  • Appendix: Detailed Analysis of a Trace
  • -
    +

    See also

    top

    Hardware and Operating System Issues

    diff --git a/docs/manual/misc/relevant_standards.html.en b/docs/manual/misc/relevant_standards.html.en index ad2db18cb27..6b889687a01 100644 --- a/docs/manual/misc/relevant_standards.html.en +++ b/docs/manual/misc/relevant_standards.html.en @@ -59,7 +59,7 @@
  • HTML Recommendations
  • Authentication
  • Language/Country Codes
  • -
    +

    See also

    top

    HTTP Recommendations

    diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 4bb150615e0..5e3a6ce4c6c 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -45,7 +45,7 @@
  • Protect Server Files by Default
  • Watching Your Logs
  • Merging of configuration sections
  • -
    +

    See also

    top

    Keep up to Date

    diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 2caa0140023..7f80775c292 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -123,7 +123,9 @@ available
  • UseCanonicalPhysicalPort
  • <VirtualHost>
  • -
    +

    Bugfix checklist

    See also

    +
    top

    AcceptFilter Directive

    diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index e1e4adf9a28..ef8a93eee2c 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -42,7 +42,7 @@
  • Status
  • Module
  • Compatibility
  • -

    See also

    +

    See also

    top

    Description

    diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en index 8d861c07ef5..17b63d818b8 100644 --- a/docs/manual/mod/event.html.en +++ b/docs/manual/mod/event.html.en @@ -74,10 +74,10 @@ of consuming threads only for connections with active processing
  • ThreadStackSize
  • User
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Relationship with the Worker MPM

    diff --git a/docs/manual/mod/mod_access_compat.html.en b/docs/manual/mod/mod_access_compat.html.en index 220c2588c8c..c414f522f88 100644 --- a/docs/manual/mod/mod_access_compat.html.en +++ b/docs/manual/mod/mod_access_compat.html.en @@ -93,12 +93,12 @@ have been deprecated by the new authz refactoring. Please see
  • Order
  • Satisfy
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Allow Directive

    diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 27b4759bce5..2bd977d2184 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -49,12 +49,12 @@
  • Action
  • Script
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Action Directive

    diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index f46e136c9f3..a569185846a 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -82,11 +82,11 @@
  • ScriptAlias
  • ScriptAliasMatch
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Order of Processing

    diff --git a/docs/manual/mod/mod_allowmethods.html.en b/docs/manual/mod/mod_allowmethods.html.en index 6f793b63589..0c13e85cdac 100644 --- a/docs/manual/mod/mod_allowmethods.html.en +++ b/docs/manual/mod/mod_allowmethods.html.en @@ -48,7 +48,9 @@ used on a server. The most common configuration would be:

    -
    +

    Bugfix checklist

    See also

    +
    top

    AllowMethods Directive

    diff --git a/docs/manual/mod/mod_asis.html.en b/docs/manual/mod/mod_asis.html.en index b8ff8d226ad..e793504a1a4 100644 --- a/docs/manual/mod/mod_asis.html.en +++ b/docs/manual/mod/mod_asis.html.en @@ -55,12 +55,12 @@ HTTP headers

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Usage

    diff --git a/docs/manual/mod/mod_auth_basic.html.en b/docs/manual/mod/mod_auth_basic.html.en index 0c0e91f588b..f22a9bd7d0f 100644 --- a/docs/manual/mod/mod_auth_basic.html.en +++ b/docs/manual/mod/mod_auth_basic.html.en @@ -53,13 +53,13 @@
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    AuthBasicAuthoritative Directive

    diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 14e6f5c6ca0..6642d8b199c 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -60,13 +60,13 @@
  • AuthDigestQop
  • AuthDigestShmemSize
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Using Digest Authentication

    diff --git a/docs/manual/mod/mod_auth_form.html.en b/docs/manual/mod/mod_auth_form.html.en index 5ead4930944..2d501a016b6 100644 --- a/docs/manual/mod/mod_auth_form.html.en +++ b/docs/manual/mod/mod_auth_form.html.en @@ -89,14 +89,14 @@
  • AuthFormSize
  • AuthFormUsername
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Basic Configuration

    diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en index ace99bc6f2c..a45645969f8 100644 --- a/docs/manual/mod/mod_authn_anon.html.en +++ b/docs/manual/mod/mod_authn_anon.html.en @@ -68,7 +68,9 @@
  • Anonymous_NoUserID
  • Anonymous_VerifyEmail
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Example

    diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index b26e7c0a55b..be6b37a04bb 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -50,7 +50,9 @@
  • <AuthnProviderAlias>
  • AuthType
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Creating Authentication Provider Aliases

    diff --git a/docs/manual/mod/mod_authn_dbd.html.en b/docs/manual/mod/mod_authn_dbd.html.en index 049307567fa..1353db86c77 100644 --- a/docs/manual/mod/mod_authn_dbd.html.en +++ b/docs/manual/mod/mod_authn_dbd.html.en @@ -61,7 +61,7 @@
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Performance and Cacheing

    diff --git a/docs/manual/mod/mod_authn_dbm.html.en b/docs/manual/mod/mod_authn_dbm.html.en index 1fcba412816..16086315ed8 100644 --- a/docs/manual/mod/mod_authn_dbm.html.en +++ b/docs/manual/mod/mod_authn_dbm.html.en @@ -55,7 +55,7 @@
  • AuthDBMType
  • AuthDBMUserFile
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    AuthDBMType Directive

    diff --git a/docs/manual/mod/mod_authn_file.html.en b/docs/manual/mod/mod_authn_file.html.en index a5ba20c2f7c..7eee0b119c5 100644 --- a/docs/manual/mod/mod_authn_file.html.en +++ b/docs/manual/mod/mod_authn_file.html.en @@ -53,7 +53,7 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    AuthUserFile Directive

    diff --git a/docs/manual/mod/mod_authn_socache.html.en b/docs/manual/mod/mod_authn_socache.html.en index 2cd9d92a423..7c6530260e3 100644 --- a/docs/manual/mod/mod_authn_socache.html.en +++ b/docs/manual/mod/mod_authn_socache.html.en @@ -53,7 +53,9 @@ the load on backends
  • AuthnCacheSOCache
  • AuthnCacheTimeout
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Authentication Cacheing

    diff --git a/docs/manual/mod/mod_authnz_fcgi.html.en b/docs/manual/mod/mod_authnz_fcgi.html.en index c8702ff528b..131d1630b6e 100644 --- a/docs/manual/mod/mod_authnz_fcgi.html.en +++ b/docs/manual/mod/mod_authnz_fcgi.html.en @@ -58,14 +58,14 @@ httpd authentication and authorization
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Invocation modes

    diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index ab3ad64949c..2d3f1aac610 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -97,13 +97,13 @@ for HTTP Basic authentication.
  • AuthLDAPSubGroupClass
  • AuthLDAPUrl
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Contents

    diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index 46d575ab1e9..26507387a00 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -61,7 +61,9 @@
  • <RequireAny>
  • <RequireNone>
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Creating Authorization Provider Aliases

    diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index a14727a2719..a4add6333eb 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -62,7 +62,7 @@
  • AuthzDBDQuery
  • AuthzDBDRedirectQuery
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    The Require Directives

    diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en index 61fb73e468d..a88f6b9224c 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -51,10 +51,10 @@
  • AuthDBMGroupFile
  • AuthzDBMType
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    The Require Directives

    diff --git a/docs/manual/mod/mod_authz_groupfile.html.en b/docs/manual/mod/mod_authz_groupfile.html.en index 3cd0b61cae8..3280b763b4f 100644 --- a/docs/manual/mod/mod_authz_groupfile.html.en +++ b/docs/manual/mod/mod_authz_groupfile.html.en @@ -50,10 +50,10 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    The Require Directives

    diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 020413eb85a..a61cc10a9f5 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -60,12 +60,12 @@ address)

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    The Require Directives

    diff --git a/docs/manual/mod/mod_authz_owner.html.en b/docs/manual/mod/mod_authz_owner.html.en index 3cb429377bc..a90582c5dbd 100644 --- a/docs/manual/mod/mod_authz_owner.html.en +++ b/docs/manual/mod/mod_authz_owner.html.en @@ -80,10 +80,10 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Configuration Examples

    diff --git a/docs/manual/mod/mod_authz_user.html.en b/docs/manual/mod/mod_authz_user.html.en index f9a1e6be87e..5abaafb9bc5 100644 --- a/docs/manual/mod/mod_authz_user.html.en +++ b/docs/manual/mod/mod_authz_user.html.en @@ -51,10 +51,10 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    The Require Directives

    diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index fd5a1c503f9..f065ed0f2fe 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -104,7 +104,9 @@
  • IndexStyleSheet
  • ReadmeName
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Autoindex Request Query Arguments

    diff --git a/docs/manual/mod/mod_buffer.html.en b/docs/manual/mod/mod_buffer.html.en index d18df1708f6..8ec1f9f2bb0 100644 --- a/docs/manual/mod/mod_buffer.html.en +++ b/docs/manual/mod/mod_buffer.html.en @@ -76,10 +76,10 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    BufferSize Directive

    diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 7b39c335950..da3c337bcbf 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -160,10 +160,10 @@
  • CacheStoreNoStore
  • CacheStorePrivate
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Related Modules and Directives

    diff --git a/docs/manual/mod/mod_cache_disk.html.en b/docs/manual/mod/mod_cache_disk.html.en index cf5757fb253..c4342d374f2 100644 --- a/docs/manual/mod/mod_cache_disk.html.en +++ b/docs/manual/mod/mod_cache_disk.html.en @@ -84,12 +84,12 @@
  • CacheReadTime
  • CacheRoot
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    CacheDirLength Directive

    diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index 2518b74a1f1..8ffbfaa5cf6 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -79,12 +79,12 @@ CacheSocacheMaxSize 102400
  • CacheSocacheReadSize
  • CacheSocacheReadTime
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    CacheSocache Directive

    diff --git a/docs/manual/mod/mod_cern_meta.html.en b/docs/manual/mod/mod_cern_meta.html.en index 769eb5f0f49..9dab06cf308 100644 --- a/docs/manual/mod/mod_cern_meta.html.en +++ b/docs/manual/mod/mod_cern_meta.html.en @@ -53,11 +53,11 @@
  • MetaFiles
  • MetaSuffix
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    MetaDir Directive

    diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index f3c7415009b..7fc226819ba 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -69,7 +69,7 @@
  • ScriptLogBuffer
  • ScriptLogLength
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    CGI Environment variables

    diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index a42d612dee3..2c5ba78010b 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -70,12 +70,12 @@
  • ScriptLogLength
  • ScriptSock
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    CGIDScriptTimeout Directive

    diff --git a/docs/manual/mod/mod_charset_lite.html.en b/docs/manual/mod/mod_charset_lite.html.en index 4b130a1b4ba..cc55c06ef66 100644 --- a/docs/manual/mod/mod_charset_lite.html.en +++ b/docs/manual/mod/mod_charset_lite.html.en @@ -60,7 +60,9 @@
  • CharsetOptions
  • CharsetSourceEnc
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Common Problems

    diff --git a/docs/manual/mod/mod_data.html.en b/docs/manual/mod/mod_data.html.en index 1b2a2802d72..ef9f0aa5207 100644 --- a/docs/manual/mod/mod_data.html.en +++ b/docs/manual/mod/mod_data.html.en @@ -70,10 +70,10 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index 406f2028eb2..d347640552f 100644 --- a/docs/manual/mod/mod_dav.html.en +++ b/docs/manual/mod/mod_dav.html.en @@ -55,12 +55,12 @@
  • DavDepthInfinity
  • DavMinTimeout
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Enabling WebDAV

    diff --git a/docs/manual/mod/mod_dav_fs.html.en b/docs/manual/mod/mod_dav_fs.html.en index ed392ea682a..0e2f49fca6f 100644 --- a/docs/manual/mod/mod_dav_fs.html.en +++ b/docs/manual/mod/mod_dav_fs.html.en @@ -54,10 +54,10 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    DavLockDB Directive

    diff --git a/docs/manual/mod/mod_dav_lock.html.en b/docs/manual/mod/mod_dav_lock.html.en index c26ca5eebe7..d5fd26e8587 100644 --- a/docs/manual/mod/mod_dav_lock.html.en +++ b/docs/manual/mod/mod_dav_lock.html.en @@ -62,10 +62,10 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    DavGenericLockDB Directive

    diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en index c5600de1ddc..6df83c0c94b 100644 --- a/docs/manual/mod/mod_dbd.html.en +++ b/docs/manual/mod/mod_dbd.html.en @@ -64,10 +64,10 @@
  • DBDPrepareSQL
  • DBDriver
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Connection Pooling

    diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index b08dad129da..169953db9ad 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -62,10 +62,10 @@ content
  • DeflateMemLevel
  • DeflateWindowSize
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Supported Encodings

    diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en index 5e55498c77f..7176b59b1c5 100644 --- a/docs/manual/mod/mod_dialup.html.en +++ b/docs/manual/mod/mod_dialup.html.en @@ -54,7 +54,9 @@ once the timer hits. From there the handler can continue to send data to the cl -
    +

    Bugfix checklist

    See also

    +
    top

    ModemStandard Directive

    diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index a8d873810cd..0ef1ba86b71 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -69,7 +69,9 @@
  • DirectorySlash
  • FallbackResource
  • -
    +

    Bugfix checklist

    See also

    +
    top

    DirectoryCheckHandler Directive

    diff --git a/docs/manual/mod/mod_dumpio.html.en b/docs/manual/mod/mod_dumpio.html.en index b388b7b8bde..0842408e5c6 100644 --- a/docs/manual/mod/mod_dumpio.html.en +++ b/docs/manual/mod/mod_dumpio.html.en @@ -54,7 +54,9 @@
  • DumpIOInput
  • DumpIOOutput
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Enabling dumpio Support

    diff --git a/docs/manual/mod/mod_echo.html.en b/docs/manual/mod/mod_echo.html.en index f3cf35f7e25..a8c700c0f7c 100644 --- a/docs/manual/mod/mod_echo.html.en +++ b/docs/manual/mod/mod_echo.html.en @@ -46,7 +46,9 @@ modules -
    +

    Bugfix checklist

    See also

    +
    top

    ProtocolEcho Directive

    diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index 5d8546c1c5b..3b0e4e17c42 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -52,11 +52,11 @@ SSI pages
  • SetEnv
  • UnsetEnv
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    PassEnv Directive

    diff --git a/docs/manual/mod/mod_example_hooks.html.en b/docs/manual/mod/mod_example_hooks.html.en index 4d0c3903a62..2557b984091 100644 --- a/docs/manual/mod/mod_example_hooks.html.en +++ b/docs/manual/mod/mod_example_hooks.html.en @@ -60,7 +60,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    Compiling the example_hooks module

    diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index 90e886f9481..220e36b0960 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -71,7 +71,9 @@ criteria
  • ExpiresByType
  • ExpiresDefault
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Alternate Interval Syntax

    diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index 055d31f6e23..b8537d2babc 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -71,10 +71,10 @@ delivery to the client
  • ExtFilterDefine
  • ExtFilterOptions
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Examples

    diff --git a/docs/manual/mod/mod_file_cache.html.en b/docs/manual/mod/mod_file_cache.html.en index 8623c647d29..e381d5e00d7 100644 --- a/docs/manual/mod/mod_file_cache.html.en +++ b/docs/manual/mod/mod_file_cache.html.en @@ -70,7 +70,9 @@
  • CacheFile
  • MMapFile
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Using mod_file_cache

    diff --git a/docs/manual/mod/mod_filter.html.en b/docs/manual/mod/mod_filter.html.en index d4f416aba9b..10d7a324305 100644 --- a/docs/manual/mod/mod_filter.html.en +++ b/docs/manual/mod/mod_filter.html.en @@ -66,7 +66,9 @@
  • FilterProvider
  • FilterTrace
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Smart Filtering

    diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index d98752e15b6..7f6e1087448 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -52,7 +52,9 @@ headers
  • Header
  • RequestHeader
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Order of Processing

    diff --git a/docs/manual/mod/mod_heartbeat.html.en b/docs/manual/mod/mod_heartbeat.html.en index 4ca1c1a9711..191ad9aa482 100644 --- a/docs/manual/mod/mod_heartbeat.html.en +++ b/docs/manual/mod/mod_heartbeat.html.en @@ -61,7 +61,9 @@ of ProxyPass
  • HeartbeatAddress
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Consuming mod_heartbeat Output

    diff --git a/docs/manual/mod/mod_heartmonitor.html.en b/docs/manual/mod/mod_heartmonitor.html.en index 0c0838d3c44..5d157552ff5 100644 --- a/docs/manual/mod/mod_heartmonitor.html.en +++ b/docs/manual/mod/mod_heartmonitor.html.en @@ -62,7 +62,9 @@ use mod_slotmem_shm HeartbeatMaxServers
  • HeartbeatStorage
  • -
    +

    Bugfix checklist

    See also

    +
    top

    HeartbeatListen Directive

    diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 9666ba8e2a2..c8dde1d2568 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -99,7 +99,9 @@
  • H2Upgrade
  • H2WindowSize
  • -
    +

    Bugfix checklist

    See also

    +
    top

    How it works

    diff --git a/docs/manual/mod/mod_ident.html.en b/docs/manual/mod/mod_ident.html.en index 75b01049285..51021c85413 100644 --- a/docs/manual/mod/mod_ident.html.en +++ b/docs/manual/mod/mod_ident.html.en @@ -46,10 +46,10 @@
  • IdentityCheck
  • IdentityCheckTimeout
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    IdentityCheck Directive

    diff --git a/docs/manual/mod/mod_imagemap.html.en b/docs/manual/mod/mod_imagemap.html.en index c6b55eab847..64c62ef9c20 100644 --- a/docs/manual/mod/mod_imagemap.html.en +++ b/docs/manual/mod/mod_imagemap.html.en @@ -70,7 +70,9 @@
  • ImapDefault
  • ImapMenu
  • -
    +

    Bugfix checklist

    See also

    +
    top

    New Features

    diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index f0f9fdaf1ef..f57e88673ae 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -64,13 +64,13 @@
  • SSIUndefinedEcho
  • XBitHack
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Enabling Server-Side Includes

    diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 2c42ec5e549..06b913de6d2 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -70,7 +70,9 @@ configuration -
    +

    Bugfix checklist

    See also

    +
    top

    Security Issues

    diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index 00fa6c7e07c..6627e430eeb 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -63,7 +63,9 @@
  • ISAPILogNotSupported
  • ISAPIReadAheadBuffer
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Usage

    diff --git a/docs/manual/mod/mod_lbmethod_bybusyness.html.en b/docs/manual/mod/mod_lbmethod_bybusyness.html.en index 795ce497ab7..3f84fcfda6e 100644 --- a/docs/manual/mod/mod_lbmethod_bybusyness.html.en +++ b/docs/manual/mod/mod_lbmethod_bybusyness.html.en @@ -46,11 +46,11 @@ provides the bybusyness load balancing method.

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Pending Request Counting Algorithm

    diff --git a/docs/manual/mod/mod_lbmethod_byrequests.html.en b/docs/manual/mod/mod_lbmethod_byrequests.html.en index 4cfbf1c6e16..94b59de6529 100644 --- a/docs/manual/mod/mod_lbmethod_byrequests.html.en +++ b/docs/manual/mod/mod_lbmethod_byrequests.html.en @@ -46,11 +46,11 @@ provides the byrequests load balancing method..

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Request Counting Algorithm

    diff --git a/docs/manual/mod/mod_lbmethod_bytraffic.html.en b/docs/manual/mod/mod_lbmethod_bytraffic.html.en index 8ea75aef37b..88f075517e9 100644 --- a/docs/manual/mod/mod_lbmethod_bytraffic.html.en +++ b/docs/manual/mod/mod_lbmethod_bytraffic.html.en @@ -46,11 +46,11 @@ provides the bytraffic load balancing method..

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Weighted Traffic Counting Algorithm

    diff --git a/docs/manual/mod/mod_lbmethod_heartbeat.html.en b/docs/manual/mod/mod_lbmethod_heartbeat.html.en index a15e39cd00a..220c28a1623 100644 --- a/docs/manual/mod/mod_lbmethod_heartbeat.html.en +++ b/docs/manual/mod/mod_lbmethod_heartbeat.html.en @@ -48,13 +48,13 @@ assumption that they are not fully initialized.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    HeartbeatStorage Directive

    diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 43607e92ac2..25fe8b70a80 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -85,7 +85,9 @@ by other LDAP modules
  • LDAPTrustedMode
  • LDAPVerifyServerCert
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Example Configuration

    diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 4f805800a32..5ce6a934ae7 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -64,10 +64,10 @@
  • LogFormat
  • TransferLog
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Custom Log Formats

    diff --git a/docs/manual/mod/mod_log_debug.html.en b/docs/manual/mod/mod_log_debug.html.en index a5c81ca95ff..4b19168654c 100644 --- a/docs/manual/mod/mod_log_debug.html.en +++ b/docs/manual/mod/mod_log_debug.html.en @@ -42,7 +42,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    Examples

    diff --git a/docs/manual/mod/mod_log_forensic.html.en b/docs/manual/mod/mod_log_forensic.html.en index 7476ab78c00..1f77ba57698 100644 --- a/docs/manual/mod/mod_log_forensic.html.en +++ b/docs/manual/mod/mod_log_forensic.html.en @@ -65,11 +65,11 @@ version 2.1 -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Forensic Log Format

    diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index 8ba9bc905e1..3a73f4793d4 100644 --- a/docs/manual/mod/mod_logio.html.en +++ b/docs/manual/mod/mod_logio.html.en @@ -61,11 +61,11 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Custom Log Formats

    diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index c5bbf17522f..ac3fcefdb00 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -95,7 +95,9 @@ trust, as it can be abused to change the internal workings of httpd.

  • LuaRoot
  • LuaScope
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Basic Configuration

    diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index 4db55daa968..5183108abd0 100644 --- a/docs/manual/mod/mod_macro.html.en +++ b/docs/manual/mod/mod_macro.html.en @@ -54,7 +54,9 @@
  • UndefMacro
  • Use
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Usage

    diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index d4375eb8493..39b5679f606 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -106,7 +106,7 @@
  • RemoveType
  • TypesConfig
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Files with Multiple Extensions

    diff --git a/docs/manual/mod/mod_mime_magic.html.en b/docs/manual/mod/mod_mime_magic.html.en index 6186ccfcf29..a9618d9420a 100644 --- a/docs/manual/mod/mod_mime_magic.html.en +++ b/docs/manual/mod/mod_mime_magic.html.en @@ -57,7 +57,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    Format of the Magic File

    diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index e4f29f1bcbb..a5108062e8f 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -62,14 +62,14 @@
  • ForceLanguagePriority
  • LanguagePriority
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Type maps

    diff --git a/docs/manual/mod/mod_nw_ssl.html.en b/docs/manual/mod/mod_nw_ssl.html.en index 8d02c0cff81..bdd967c0d9e 100644 --- a/docs/manual/mod/mod_nw_ssl.html.en +++ b/docs/manual/mod/mod_nw_ssl.html.en @@ -46,7 +46,9 @@
  • NWSSLUpgradeable
  • SecureListen
  • -
    +

    Bugfix checklist

    See also

    +
    top

    NWSSLTrustedCerts Directive

    diff --git a/docs/manual/mod/mod_privileges.html.en b/docs/manual/mod/mod_privileges.html.en index 2bf71993555..dfec11d881e 100644 --- a/docs/manual/mod/mod_privileges.html.en +++ b/docs/manual/mod/mod_privileges.html.en @@ -77,7 +77,9 @@ separation is an issue.

  • VHostSecure
  • VHostUser
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Security Considerations

    diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 0cfed21d27a..137ab83bcb6 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -133,7 +133,7 @@
  • ProxyTimeout
  • ProxyVia
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top
    +
  • Comments
  • top

    Usage

    diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index a8d30ec4d2c..79a852b7112 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -78,10 +78,10 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Load balancer scheduler algorithm

    diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en index 3fab6674cfb..6cc9502ae3e 100644 --- a/docs/manual/mod/mod_proxy_connect.html.en +++ b/docs/manual/mod/mod_proxy_connect.html.en @@ -63,10 +63,10 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Request notes

    diff --git a/docs/manual/mod/mod_proxy_express.html.en b/docs/manual/mod/mod_proxy_express.html.en index 6968b3cfbc3..414f3418ee9 100644 --- a/docs/manual/mod/mod_proxy_express.html.en +++ b/docs/manual/mod/mod_proxy_express.html.en @@ -85,10 +85,10 @@
  • ProxyExpressDBMType
  • ProxyExpressEnable
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    ProxyExpressDBMFile Directive

    diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en index 17a33f749ef..ff98c99bbec 100644 --- a/docs/manual/mod/mod_proxy_fcgi.html.en +++ b/docs/manual/mod/mod_proxy_fcgi.html.en @@ -65,12 +65,12 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Examples

    diff --git a/docs/manual/mod/mod_proxy_fdpass.html.en b/docs/manual/mod/mod_proxy_fdpass.html.en index aa111b618e6..50d9f1f0374 100644 --- a/docs/manual/mod/mod_proxy_fdpass.html.en +++ b/docs/manual/mod/mod_proxy_fdpass.html.en @@ -65,10 +65,10 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • diff --git a/docs/manual/mod/mod_proxy_ftp.html.en b/docs/manual/mod/mod_proxy_ftp.html.en index 392df235d2a..c64a64c583b 100644 --- a/docs/manual/mod/mod_proxy_ftp.html.en +++ b/docs/manual/mod/mod_proxy_ftp.html.en @@ -69,10 +69,10 @@
  • ProxyFtpEscapeWildcards
  • ProxyFtpListOnWildcard
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top
    +

    Bugfix checklist

    See also

    +
    top

    ProxyHTMLBufSize Directive

    diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en index 54b7c63549e..385fcb082c0 100644 --- a/docs/manual/mod/mod_proxy_http.html.en +++ b/docs/manual/mod/mod_proxy_http.html.en @@ -60,11 +60,11 @@

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Environment Variables

    diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en index 1fb9efeb634..cb62d58d966 100644 --- a/docs/manual/mod/mod_proxy_scgi.html.en +++ b/docs/manual/mod/mod_proxy_scgi.html.en @@ -59,11 +59,11 @@
  • ProxySCGIInternalRedirect
  • ProxySCGISendfile
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Examples

    diff --git a/docs/manual/mod/mod_proxy_wstunnel.html.en b/docs/manual/mod/mod_proxy_wstunnel.html.en index a3f6f4f1295..266e56de213 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.html.en +++ b/docs/manual/mod/mod_proxy_wstunnel.html.en @@ -55,10 +55,10 @@ ProxyPass "/wss2/" "wss://echo.websocket.org/"

    Directives

    This module provides no directives.

    -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en index fbc1b72c2b0..a2b4f29894b 100644 --- a/docs/manual/mod/mod_ratelimit.html.en +++ b/docs/manual/mod/mod_ratelimit.html.en @@ -50,7 +50,9 @@ variable rate-limit.

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    diff --git a/docs/manual/mod/mod_reflector.html.en b/docs/manual/mod/mod_reflector.html.en index cef9e7eb781..095f7898d08 100644 --- a/docs/manual/mod/mod_reflector.html.en +++ b/docs/manual/mod/mod_reflector.html.en @@ -49,7 +49,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    Examples

    diff --git a/docs/manual/mod/mod_remoteip.html.en b/docs/manual/mod/mod_remoteip.html.en index fef04df31b7..532de924db5 100644 --- a/docs/manual/mod/mod_remoteip.html.en +++ b/docs/manual/mod/mod_remoteip.html.en @@ -72,12 +72,12 @@ via the request headers.
  • RemoteIPTrustedProxy
  • RemoteIPTrustedProxyList
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Remote IP Processing

    diff --git a/docs/manual/mod/mod_reqtimeout.html.en b/docs/manual/mod/mod_reqtimeout.html.en index d9062aae404..a69980bfbc0 100644 --- a/docs/manual/mod/mod_reqtimeout.html.en +++ b/docs/manual/mod/mod_reqtimeout.html.en @@ -43,7 +43,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    Examples

    diff --git a/docs/manual/mod/mod_request.html.en b/docs/manual/mod/mod_request.html.en index 08de629edcd..6111a5b7d23 100644 --- a/docs/manual/mod/mod_request.html.en +++ b/docs/manual/mod/mod_request.html.en @@ -40,7 +40,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    KeptBodySize Directive

    diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index d5a30415c14..7d9fe975f17 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -68,7 +68,9 @@ URLs on the fly
  • RewriteOptions
  • RewriteRule
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Logging

    diff --git a/docs/manual/mod/mod_sed.html.en b/docs/manual/mod/mod_sed.html.en index b395b7f1a6d..1d77741a2ec 100644 --- a/docs/manual/mod/mod_sed.html.en +++ b/docs/manual/mod/mod_sed.html.en @@ -73,7 +73,9 @@ the author's blog.

  • InputSed
  • OutputSed
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Sample Configuration

    diff --git a/docs/manual/mod/mod_session.html.en b/docs/manual/mod/mod_session.html.en index 8f0ad2aee0e..19c359e3cb2 100644 --- a/docs/manual/mod/mod_session.html.en +++ b/docs/manual/mod/mod_session.html.en @@ -83,12 +83,12 @@
  • SessionInclude
  • SessionMaxAge
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    What is a session?

    diff --git a/docs/manual/mod/mod_session_cookie.html.en b/docs/manual/mod/mod_session_cookie.html.en index 84ab4c7a779..610fb125549 100644 --- a/docs/manual/mod/mod_session_cookie.html.en +++ b/docs/manual/mod/mod_session_cookie.html.en @@ -69,12 +69,12 @@
  • SessionCookieName2
  • SessionCookieRemove
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Basic Examples

    diff --git a/docs/manual/mod/mod_session_crypto.html.en b/docs/manual/mod/mod_session_crypto.html.en index 66bf7158eff..5bde011ab47 100644 --- a/docs/manual/mod/mod_session_crypto.html.en +++ b/docs/manual/mod/mod_session_crypto.html.en @@ -66,12 +66,12 @@
  • SessionCryptoPassphrase
  • SessionCryptoPassphraseFile
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Basic Usage

    diff --git a/docs/manual/mod/mod_session_dbd.html.en b/docs/manual/mod/mod_session_dbd.html.en index 0529f4735df..f9a2d99b2a0 100644 --- a/docs/manual/mod/mod_session_dbd.html.en +++ b/docs/manual/mod/mod_session_dbd.html.en @@ -80,13 +80,13 @@
  • SessionDBDSelectLabel
  • SessionDBDUpdateLabel
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    DBD Configuration

    diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 8b66eb4a765..151ba1a2f7b 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -75,10 +75,10 @@ BrowserMatch MSIE !netscape
  • SetEnvIfExpr
  • SetEnvIfNoCase
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    BrowserMatch Directive

    diff --git a/docs/manual/mod/mod_slotmem_plain.html.en b/docs/manual/mod/mod_slotmem_plain.html.en index 32addd5da74..545a9bfa89b 100644 --- a/docs/manual/mod/mod_slotmem_plain.html.en +++ b/docs/manual/mod/mod_slotmem_plain.html.en @@ -87,7 +87,9 @@

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    diff --git a/docs/manual/mod/mod_slotmem_shm.html.en b/docs/manual/mod/mod_slotmem_shm.html.en index 5b1832cfd41..e15305d6394 100644 --- a/docs/manual/mod/mod_slotmem_shm.html.en +++ b/docs/manual/mod/mod_slotmem_shm.html.en @@ -100,7 +100,9 @@

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index 9ae0592b2d6..1b9360c484f 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -67,7 +67,9 @@ Windows
  • LoadFile
  • LoadModule
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Creating Loadable Modules for Windows

    diff --git a/docs/manual/mod/mod_socache_dbm.html.en b/docs/manual/mod/mod_socache_dbm.html.en index 4631edae71e..3fc655c48ac 100644 --- a/docs/manual/mod/mod_socache_dbm.html.en +++ b/docs/manual/mod/mod_socache_dbm.html.en @@ -52,7 +52,9 @@

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    diff --git a/docs/manual/mod/mod_socache_dc.html.en b/docs/manual/mod/mod_socache_dc.html.en index 4bd0bcea9f6..c270628bd05 100644 --- a/docs/manual/mod/mod_socache_dc.html.en +++ b/docs/manual/mod/mod_socache_dc.html.en @@ -49,7 +49,9 @@

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    diff --git a/docs/manual/mod/mod_socache_memcache.html.en b/docs/manual/mod/mod_socache_memcache.html.en index bafa848f36d..a8506e7cc62 100644 --- a/docs/manual/mod/mod_socache_memcache.html.en +++ b/docs/manual/mod/mod_socache_memcache.html.en @@ -60,7 +60,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    MemcacheConnTTL Directive

    diff --git a/docs/manual/mod/mod_socache_shmcb.html.en b/docs/manual/mod/mod_socache_shmcb.html.en index a93e1b72b4e..92956ce3cb3 100644 --- a/docs/manual/mod/mod_socache_shmcb.html.en +++ b/docs/manual/mod/mod_socache_shmcb.html.en @@ -52,7 +52,9 @@

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    diff --git a/docs/manual/mod/mod_speling.html.en b/docs/manual/mod/mod_speling.html.en index a7d27ce8567..8239ba00ce9 100644 --- a/docs/manual/mod/mod_speling.html.en +++ b/docs/manual/mod/mod_speling.html.en @@ -73,7 +73,9 @@ misspellings.
  • CheckCaseOnly
  • CheckSpelling
  • -
    +

    Bugfix checklist

    See also

    +
    top

    CheckCaseOnly Directive

    diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index a08b0e4014d..01bcc87607e 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -124,7 +124,9 @@ to provide the cryptography engine.

  • SSLVerifyClient
  • SSLVerifyDepth
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Environment Variables

    diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index 707f5f41e61..472fb79d0ac 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -87,7 +87,9 @@ performance

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    top

    Enabling Status Support

    diff --git a/docs/manual/mod/mod_substitute.html.en b/docs/manual/mod/mod_substitute.html.en index 93854e10aac..f324faa6ad8 100644 --- a/docs/manual/mod/mod_substitute.html.en +++ b/docs/manual/mod/mod_substitute.html.en @@ -46,7 +46,9 @@
  • SubstituteInheritBefore
  • SubstituteMaxLineLength
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Substitute Directive

    diff --git a/docs/manual/mod/mod_suexec.html.en b/docs/manual/mod/mod_suexec.html.en index 31d33bc2dc1..393ae11491f 100644 --- a/docs/manual/mod/mod_suexec.html.en +++ b/docs/manual/mod/mod_suexec.html.en @@ -46,10 +46,10 @@ and Group -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    SuexecUserGroup Directive

    diff --git a/docs/manual/mod/mod_unique_id.html.en b/docs/manual/mod/mod_unique_id.html.en index 8aac816606b..13a8ec352c6 100644 --- a/docs/manual/mod/mod_unique_id.html.en +++ b/docs/manual/mod/mod_unique_id.html.en @@ -54,7 +54,9 @@ identifier for each request

    Directives

    This module provides no directives.

    -
    +

    Bugfix checklist

    See also

    +
    top

    Theory

    diff --git a/docs/manual/mod/mod_unixd.html.en b/docs/manual/mod/mod_unixd.html.en index b9c08e9ddba..d284d93fabf 100644 --- a/docs/manual/mod/mod_unixd.html.en +++ b/docs/manual/mod/mod_unixd.html.en @@ -42,10 +42,10 @@
  • Suexec
  • User
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    ChrootDir Directive

    diff --git a/docs/manual/mod/mod_userdir.html.en b/docs/manual/mod/mod_userdir.html.en index 38334a318cd..a2827cc89e0 100644 --- a/docs/manual/mod/mod_userdir.html.en +++ b/docs/manual/mod/mod_userdir.html.en @@ -45,13 +45,13 @@ -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    UserDir Directive

    diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index 0f84d0856fa..b6fff495d37 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -51,7 +51,9 @@
  • CookieStyle
  • CookieTracking
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Logging

    diff --git a/docs/manual/mod/mod_version.html.en b/docs/manual/mod/mod_version.html.en index 51be07bc7cb..a9ca11cd09e 100644 --- a/docs/manual/mod/mod_version.html.en +++ b/docs/manual/mod/mod_version.html.en @@ -57,7 +57,9 @@ -
    +

    Bugfix checklist

    See also

    +
    top

    <IfVersion> Directive

    diff --git a/docs/manual/mod/mod_vhost_alias.html.en b/docs/manual/mod/mod_vhost_alias.html.en index 53aa3c53a9f..1cd080c5199 100644 --- a/docs/manual/mod/mod_vhost_alias.html.en +++ b/docs/manual/mod/mod_vhost_alias.html.en @@ -67,12 +67,12 @@ VirtualScriptAlias "/never/found/%0/cgi-bin/"
  • VirtualScriptAlias
  • VirtualScriptAliasIP
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    Directory Name Interpolation

    diff --git a/docs/manual/mod/mod_watchdog.html.en b/docs/manual/mod/mod_watchdog.html.en index 2f473990cf1..e8e23aa67d6 100644 --- a/docs/manual/mod/mod_watchdog.html.en +++ b/docs/manual/mod/mod_watchdog.html.en @@ -54,7 +54,9 @@ core or, if a dynamic module, be loaded before the calling module. -
    +

    Bugfix checklist

    See also

    +
    top

    WatchdogInterval Directive

    diff --git a/docs/manual/mod/mod_xml2enc.html.en b/docs/manual/mod/mod_xml2enc.html.en index feed0be381f..a248d9a445d 100644 --- a/docs/manual/mod/mod_xml2enc.html.en +++ b/docs/manual/mod/mod_xml2enc.html.en @@ -59,7 +59,9 @@ for 2.2.x versions
  • xml2EncDefault
  • xml2StartParse
  • -
    +

    Bugfix checklist

    See also

    +
    top

    Usage

    diff --git a/docs/manual/mod/module-dict.html.en b/docs/manual/mod/module-dict.html.en index 8dd8e9a204f..0ad3b1a5866 100644 --- a/docs/manual/mod/module-dict.html.en +++ b/docs/manual/mod/module-dict.html.en @@ -38,7 +38,7 @@
  • Source File
  • Module Identifier
  • Compatibility
  • -
    +

    See also

    top

    Description

    diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 7730cc8d23f..0085cd421ee 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -60,7 +60,9 @@ more than one multi-processing module (MPM)
  • ThreadsPerChild
  • ThreadStackSize
  • -
    +

    Bugfix checklist

    See also

    +
    top

    CoreDumpDirectory Directive

    diff --git a/docs/manual/mod/mpm_netware.html.en b/docs/manual/mod/mpm_netware.html.en index a537fe15eaa..261995fe574 100644 --- a/docs/manual/mod/mpm_netware.html.en +++ b/docs/manual/mod/mpm_netware.html.en @@ -80,12 +80,12 @@
  • StartThreads
  • ThreadStackSize
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    MaxThreads Directive

    diff --git a/docs/manual/mod/mpm_winnt.html.en b/docs/manual/mod/mpm_winnt.html.en index 55b654716d7..53ace45e01b 100644 --- a/docs/manual/mod/mpm_winnt.html.en +++ b/docs/manual/mod/mpm_winnt.html.en @@ -119,10 +119,10 @@ AcceptFilter https none
  • ThreadsPerChild
  • ThreadStackSize
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • diff --git a/docs/manual/mod/mpmt_os2.html.en b/docs/manual/mod/mpmt_os2.html.en index 0a0db8c84a0..2a1fe43500b 100644 --- a/docs/manual/mod/mpmt_os2.html.en +++ b/docs/manual/mod/mpmt_os2.html.en @@ -64,11 +64,11 @@
  • StartServers
  • User
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en index bf95a5a8c8f..4d54ad44e85 100644 --- a/docs/manual/mod/prefork.html.en +++ b/docs/manual/mod/prefork.html.en @@ -76,11 +76,11 @@
  • StartServers
  • User
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    How it Works

    diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 7f8530965b7..1250e998a13 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -79,10 +79,10 @@
  • ThreadStackSize
  • User
  • -

    See also

    +

    Bugfix checklist

    See also

    +
  • Comments
  • top

    How it Works

    diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index 9684f01f0f8..84aa5843ce7 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -40,7 +40,7 @@ how they are used by the Apache HTTP Server.

  • MPM Defaults
  • Building an MPM as a static module
  • Building an MPM as a DSO module
  • -
    +

    See also

    top

    Introduction

    diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 93de8bac349..fa26ddcbe17 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -38,7 +38,7 @@
    +

    See also

    top

    Core Enhancements

    diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index a0f9b1b279c..47c757f2fb4 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -39,7 +39,7 @@
  • Module Enhancements
  • Program Enhancements
  • Module Developer Changes
  • -
    +

    See also

    top

    Core Enhancements

    diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 7e321f745ee..9d4d0f31ccf 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -39,7 +39,7 @@
  • Program Enhancements
  • Documentation
  • Module Developer Changes
  • -
    +

    See also

    top

    Core Enhancements

    diff --git a/docs/manual/platform/ebcdic.html.en b/docs/manual/platform/ebcdic.html.en index 0e46b2efb47..4b22e8b3e97 100644 --- a/docs/manual/platform/ebcdic.html.en +++ b/docs/manual/platform/ebcdic.html.en @@ -42,7 +42,7 @@
  • Document Storage Notes
  • Apache Modules' Status
  • Third Party Modules' Status
  • -
    +

    See also

    top

    Overview of the Apache EBCDIC Port

    diff --git a/docs/manual/platform/netware.html.en b/docs/manual/platform/netware.html.en index 06d79f24509..26f30fa330a 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -58,7 +58,7 @@
  • Running Apache for NetWare
  • Configuring Apache for NetWare
  • Compiling Apache for NetWare
  • -
    +

    See also

    top

    Requirements

    diff --git a/docs/manual/platform/rpm.html.en b/docs/manual/platform/rpm.html.en index 072feef3145..23a1aeb70fb 100644 --- a/docs/manual/platform/rpm.html.en +++ b/docs/manual/platform/rpm.html.en @@ -45,7 +45,7 @@
  • Installing the Server
  • Configuring the Default Instance of Apache httpd
  • Configuring Additional Instances of Apache httpd on the Same Machine
  • -
    +

    See also

    top

    Creating a Source RPM

    diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en index bed33051eb3..02ea281dec2 100644 --- a/docs/manual/platform/win_compiling.html.en +++ b/docs/manual/platform/win_compiling.html.en @@ -41,7 +41,7 @@
    +

    See also

    top

    Building httpd with the included Visual Studio project files

    diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 14c563ba929..703c4ea133b 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -49,7 +49,7 @@
  • Testing the Installation
  • Configuring Access to Network Resources
  • Windows Tuning
  • -
    +

    See also

    top

    Operating System Requirements

    diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en index f23d75125f6..68fc1f127fc 100644 --- a/docs/manual/programs/ab.html.en +++ b/docs/manual/programs/ab.html.en @@ -39,7 +39,7 @@
  • Options
  • Output
  • Bugs
  • -

    See also

    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/apachectl.html.en b/docs/manual/programs/apachectl.html.en index a51a1b2dc6e..b568568e34c 100644 --- a/docs/manual/programs/apachectl.html.en +++ b/docs/manual/programs/apachectl.html.en @@ -55,7 +55,7 @@
    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/apxs.html.en b/docs/manual/programs/apxs.html.en index e2336479d7e..24f5b97aa87 100644 --- a/docs/manual/programs/apxs.html.en +++ b/docs/manual/programs/apxs.html.en @@ -83,7 +83,7 @@ +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index ad013ea8254..6f21b3340a1 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -41,7 +41,7 @@ +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/dbmmanage.html.en b/docs/manual/programs/dbmmanage.html.en index 24f26595be0..5bb24725cc0 100644 --- a/docs/manual/programs/dbmmanage.html.en +++ b/docs/manual/programs/dbmmanage.html.en @@ -48,7 +48,7 @@ +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/fcgistarter.html.en b/docs/manual/programs/fcgistarter.html.en index 8893f8ed2af..e1df50d08a5 100644 --- a/docs/manual/programs/fcgistarter.html.en +++ b/docs/manual/programs/fcgistarter.html.en @@ -33,7 +33,7 @@ +

    See also

    top

    Note

    diff --git a/docs/manual/programs/htcacheclean.html.en b/docs/manual/programs/htcacheclean.html.en index e52194b8a0e..150ee3170af 100644 --- a/docs/manual/programs/htcacheclean.html.en +++ b/docs/manual/programs/htcacheclean.html.en @@ -44,7 +44,7 @@
  • Deleting a specific URL
  • Listing URLs in the Cache
  • Exit Status
  • -

    See also

    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/htdbm.html.en b/docs/manual/programs/htdbm.html.en index 572f8f05ef0..02939020b8b 100644 --- a/docs/manual/programs/htdbm.html.en +++ b/docs/manual/programs/htdbm.html.en @@ -40,7 +40,7 @@
  • Examples
  • Security Considerations
  • Restrictions
  • -

    See also

    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/htdigest.html.en b/docs/manual/programs/htdigest.html.en index a25bfbb193f..4f4204a7fa1 100644 --- a/docs/manual/programs/htdigest.html.en +++ b/docs/manual/programs/htdigest.html.en @@ -43,7 +43,7 @@ +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en index 94bd611a9a9..ed5ad3e553a 100644 --- a/docs/manual/programs/htpasswd.html.en +++ b/docs/manual/programs/htpasswd.html.en @@ -62,7 +62,7 @@
  • Security Considerations
  • Restrictions
  • See also

    • httpd
    • htdbm
    • The scripts in support/SHA1 which come with the -distribution.
    +distribution.
  • Comments
  • top

    Synopsis

    diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 8306c5e66e2..faaef621326 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -41,7 +41,7 @@
    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index 91e61be80e1..57679c03928 100644 --- a/docs/manual/programs/httxt2dbm.html.en +++ b/docs/manual/programs/httxt2dbm.html.en @@ -38,7 +38,7 @@ +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/logresolve.html.en b/docs/manual/programs/logresolve.html.en index 3a75440ac24..18dbe2b81b8 100644 --- a/docs/manual/programs/logresolve.html.en +++ b/docs/manual/programs/logresolve.html.en @@ -43,7 +43,7 @@
    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en index 30ec4f736cc..feda66dfca5 100644 --- a/docs/manual/programs/rotatelogs.html.en +++ b/docs/manual/programs/rotatelogs.html.en @@ -37,7 +37,7 @@
  • Options
  • Examples
  • Portability
  • -
    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/programs/suexec.html.en b/docs/manual/programs/suexec.html.en index be028987d35..29d81873063 100644 --- a/docs/manual/programs/suexec.html.en +++ b/docs/manual/programs/suexec.html.en @@ -40,7 +40,7 @@
    +

    See also

    top

    Synopsis

    diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 05f6170bb71..2432c81db6a 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -45,7 +45,7 @@ configuration.
  • Blocking of Robots
  • Denying Hosts in a Blacklist
  • Referer-based Deflector
  • -

    See also

    +

    See also

    top

    Forbidding Image "Hotlinking"

    diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en index aed810aff5a..360aea5be77 100644 --- a/docs/manual/rewrite/advanced.html.en +++ b/docs/manual/rewrite/advanced.html.en @@ -45,7 +45,7 @@ configuration.
  • Redirecting Anchors
  • Time-Dependent Rewriting
  • Set Environment Variables Based On URL Parts
  • -

    See also

    +

    See also

    top

    URL-based sharding across multiple backends

    diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 9cbdefec7a8..b0f9cc84f51 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -58,7 +58,7 @@ files to work with, you may need to resort to
  • Virtual Hosting
  • Simple Proxying
  • Environment Variable Testing
  • -

    See also

    +

    See also

    top

    Simple Redirection

    diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index d48dde14503..450e10e1081 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -54,7 +54,7 @@ providing detailed explanations and examples.

  • R|redirect
  • S|skip
  • T|type
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/rewrite/htaccess.html.en b/docs/manual/rewrite/htaccess.html.en index 9e010ebca1e..cd9a805669d 100644 --- a/docs/manual/rewrite/htaccess.html.en +++ b/docs/manual/rewrite/htaccess.html.en @@ -34,7 +34,7 @@ the way that the rules change when you use mod_rewrite in .htaccess files, and how to deal with these changes.

    - +

    Available Languages:  en  | diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index b35183730a3..38ab4762aac 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -41,7 +41,7 @@ but this doc should help the beginner get their feet wet.

  • Rewrite Conditions
  • Rewrite maps
  • .htaccess files
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/rewrite/proxy.html.en b/docs/manual/rewrite/proxy.html.en index e70cb1c1ac6..c07b8c11614 100644 --- a/docs/manual/rewrite/proxy.html.en +++ b/docs/manual/rewrite/proxy.html.en @@ -34,7 +34,7 @@ how to use the RewriteRule's [P] flag to proxy content to another server. A number of recipes are provided that describe common scenarios.

    - +
    top

    Proxying Content with mod_rewrite

    diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 26edf44b87d..6900cd913b8 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -53,7 +53,7 @@ configuration.
  • Moved DocumentRoot
  • Fallback Resource
  • Rewrite query string
  • -

    See also

    +

    See also

    top

    From Old to New (internal)

    diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index a2ad77a3a00..9e2a7b1c8e5 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -47,7 +47,7 @@ configuration.
  • prg: External Rewriting Program
  • dbd or fastdbd: SQL Query
  • Summary
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/rewrite/tech.html.en b/docs/manual/rewrite/tech.html.en index ebfa2c95e08..13363ad868a 100644 --- a/docs/manual/rewrite/tech.html.en +++ b/docs/manual/rewrite/tech.html.en @@ -32,7 +32,7 @@ and URL matching.

    +

    See also

    top

    API Phases

    diff --git a/docs/manual/rewrite/vhosts.html.en b/docs/manual/rewrite/vhosts.html.en index 63ffb067840..7ddd5fdb520 100644 --- a/docs/manual/rewrite/vhosts.html.en +++ b/docs/manual/rewrite/vhosts.html.en @@ -43,7 +43,7 @@ mod_rewrite document.
  • Dynamic Virtual Hosts Using mod_rewrite
  • Using a Separate Virtual Host Configuration File
  • -

    See also

    +

    See also

    top

    Virtual Hosts For Arbitrary Hostnames

    diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 33ce2148871..f09c6de962d 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -41,7 +41,7 @@ to change the scope of other configuration directives.

  • Proxy
  • What Directives are Allowed?
  • How the sections are merged
  • -
    +

    See also

    top

    Types of Configuration Section Containers

    diff --git a/docs/manual/server-wide.html.en b/docs/manual/server-wide.html.en index 3bd5a3b8d16..b2268b2f954 100644 --- a/docs/manual/server-wide.html.en +++ b/docs/manual/server-wide.html.en @@ -38,7 +38,7 @@ the basic operations of the server.

  • File Locations
  • Limiting Resource Usage
  • Implementation Choices
  • -
    +

    See also

    top

    Server Identification

    diff --git a/docs/manual/ssl/ssl_compat.html.en b/docs/manual/ssl/ssl_compat.html.en index 699eabd7c23..71117a821c9 100644 --- a/docs/manual/ssl/ssl_compat.html.en +++ b/docs/manual/ssl/ssl_compat.html.en @@ -49,7 +49,7 @@ mapping tables are included here to give the equivalents used by mod_ssl.

    +

    See also

    top

    Configuration Directives

    diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index e681b00f961..32eb78c50aa 100644 --- a/docs/manual/ssl/ssl_faq.html.en +++ b/docs/manual/ssl/ssl_faq.html.en @@ -39,7 +39,7 @@ he poses the right questions.

  • Certificates
  • The SSL Protocol
  • mod_ssl Support
  • -
    +

    See also

    top

    Installation

    diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 2fe1ed1d6fc..aa8bb6a4c4b 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -38,7 +38,7 @@ before progressing to the advanced techniques.

  • OCSP Stapling
  • Client Authentication and Access Control
  • Logging
  • -
    +

    See also

    top

    Basic Configuration Example

    diff --git a/docs/manual/ssl/ssl_intro.html.en b/docs/manual/ssl/ssl_intro.html.en index c73b752bf80..2d45b28e6b6 100644 --- a/docs/manual/ssl/ssl_intro.html.en +++ b/docs/manual/ssl/ssl_intro.html.en @@ -41,7 +41,7 @@ and examples as a starting point for further exploration.

  • Certificates
  • Secure Sockets Layer (SSL)
  • References
  • -
    +

    See also

    top

    Cryptographic Techniques

    diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 35188925b44..4531e03cc7e 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -44,7 +44,7 @@
  • Graceful Restart
  • Restart Now
  • Graceful Stop
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 5a0c1288eb3..b156b57f1c6 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -56,7 +56,7 @@
  • Debugging suEXEC
  • Beware the Jabberwock: Warnings & Examples
  • -
    +

    See also

    top

    Before we begin

    diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 8c1863c259c..2adb359f913 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -51,7 +51,7 @@
  • Third Party Modules
  • Common problems when upgrading
  • See also

    + Apache HTTP Server 2.4
  • Comments
  • top

    Compile-Time Configuration Changes

    diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index 80a47f950ba..65285656692 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -43,7 +43,7 @@
  • Rewriting Engine
  • File Not Found
  • Other URL Mapping Modules
  • -
    +

    See also

    top
    top

    Configuration File

    diff --git a/docs/manual/vhosts/examples.html.en b/docs/manual/vhosts/examples.html.en index ac9fb7dcdf3..183490d83e5 100644 --- a/docs/manual/vhosts/examples.html.en +++ b/docs/manual/vhosts/examples.html.en @@ -59,7 +59,7 @@ IP-based vhost
  • Using the ServerPath directive
  • -
    +

    See also

    top
    +
  • Comments
  • top

    What is IP-based virtual hosting

    diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en index 082cb49f523..127226d55f0 100644 --- a/docs/manual/vhosts/mass.html.en +++ b/docs/manual/vhosts/mass.html.en @@ -47,7 +47,7 @@ mod_vhost_alias
  • More Efficient IP-Based Virtual Hosting
  • Mass virtual hosts with mod_rewrite
  • -
    +

    See also

    top
    top