From 1e8bf7dece247d1d057ff190035905a2af8c7887 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 21 Oct 2002 18:24:34 +0000 Subject: [PATCH] markup improvements Submitted by: Tim Gerundt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97276 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/upgrading.html.en | 46 ++++++++++++++++---------------- docs/manual/upgrading.xml | 49 ++++++++++++++++++----------------- 2 files changed, 47 insertions(+), 48 deletions(-) diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index a5b5af0f72..da6938dc39 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -10,7 +10,7 @@ are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file.

-
top
top

Compile-Time Configuration Changes

    @@ -31,31 +31,30 @@
  • Many directives that were in the core server in Apache 1.3 are now in the MPMs. If you wish the behavior of the server to be as similar as possible to the behavior of Apache - 1.3, you should select the prefork MPM. Other MPMs will have - different directives to control process creation and request + 1.3, you should select the prefork MPM. Other MPMs + will have different directives to control process creation and request processing.
  • The proxy module has been revamped to bring it up to HTTP/1.1. Among the important changes, - proxy access control is now placed inside a <Proxy> block - rather than a <Directory proxy:> block.
  • + proxy access control is now placed inside a <Proxy> block rather than a + <Directory proxy:> block. -
  • The handling of PATH_INFO (trailing path information after - the true filename) has changed for some modules. Modules +
  • The handling of PATH_INFO (trailing path information + after the true filename) has changed for some modules. Modules that were previously implemented as a handler but are now implemented as a filter may no longer accept requests with - PATH_INFO. Filters such as INCLUDES are implemented on top + PATH_INFO. Filters such as INCLUDES are implemented on top of the core handler, and therefore reject requests with - PATH_INFO. You can use the AcceptPathInfo directive to - force the core handler to accept requests with PATH_INFO and - thereby restore the ability to use PATH_INFO in server-side - includes.
  • + PATH_INFO. You can use the AcceptPathInfo directive to + force the core handler to accept requests with PATH_INFO + and thereby restore the ability to use PATH_INFO in + server-side includes.
  • The CacheNegotiatedDocs directive now takes the argument on or - off. Existing instances of - CacheNegotiatedDocs should be replaced with - CacheNegotiatedDocs on.
  • + off. Existing instances of CacheNegotiatedDocs should be + replaced with CacheNegotiatedDocs on.
  • The ErrorDocument @@ -85,11 +84,10 @@ making use of the default values of these directives without including them in the configuration files, you may need to add Include conf/access.conf and Include - conf/srm.conf to your httpd.conf. In order to assure - that Apache reads the configuration files in the same order - as was implied by the older directives, the - Include directives should be placed at the end - of httpd.conf, with the one for srm.conf + conf/srm.conf to your httpd.conf. In order to + assure that Apache reads the configuration files in the same order + as was implied by the older directives, the Include directives should be placed at the end + of httpd.conf, with the one for srm.conf preceding the one for access.conf.
  • The BindAddress and Port @@ -111,10 +109,10 @@ selection of MPM. There is currently no MPM designed to be launched by inetd.
  • -
  • The mod_log_agent and mod_log_referer modules which - provided the AgentLog, RefererLog - and RefererIgnore directives have been removed. - Agent and referer logs are still available using the +
  • The mod_log_agent and mod_log_referer + modules which provided the AgentLog, + RefererLog and RefererIgnore directives have + been removed. Agent and referer logs are still available using the CustomLog directive of mod_log_config.
  • diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 2071e02fc4..761dac3d5f 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -14,6 +14,7 @@ href="new_features_2_0.html">New Features document, or in the src/CHANGES file.

    +New Features in 2.0
    Compile-Time Configuration Changes @@ -39,35 +40,35 @@
  • Many directives that were in the core server in Apache 1.3 are now in the MPMs. If you wish the behavior of the server to be as similar as possible to the behavior of Apache - 1.3, you should select the prefork MPM. Other MPMs will have - different directives to control process creation and request + 1.3, you should select the prefork MPM. Other MPMs + will have different directives to control process creation and request processing.
  • The proxy module has been revamped to bring it up to HTTP/1.1. Among the important changes, - proxy access control is now placed inside a <Proxy> block - rather than a <Directory proxy:> block.
  • + proxy access control is now placed inside a Proxy block rather than a + <Directory proxy:> block. -
  • The handling of PATH_INFO (trailing path information after - the true filename) has changed for some modules. Modules +
  • The handling of PATH_INFO (trailing path information + after the true filename) has changed for some modules. Modules that were previously implemented as a handler but are now implemented as a filter may no longer accept requests with - PATH_INFO. Filters such as PATH_INFO. Filters such as INCLUDES are implemented on top of the core handler, and therefore reject requests with - PATH_INFO. You can use the PATH_INFO. You can use the AcceptPathInfo directive to - force the core handler to accept requests with PATH_INFO and - thereby restore the ability to use PATH_INFO in server-side - includes.
  • + force the core handler to accept requests with PATH_INFO + and thereby restore the ability to use PATH_INFO in + server-side includes.
  • The CacheNegotiatedDocs directive now takes the argument on or - off. Existing instances of - CacheNegotiatedDocs should be replaced with - CacheNegotiatedDocs on.
  • + off. Existing instances of CacheNegotiatedDocs should be + replaced with CacheNegotiatedDocs on.
  • The ErrorDocument @@ -97,11 +98,11 @@ making use of the default values of these directives without including them in the configuration files, you may need to add Include conf/access.conf and Include - conf/srm.conf to your httpd.conf. In order to assure - that Apache reads the configuration files in the same order - as was implied by the older directives, the - Include directives should be placed at the end - of httpd.conf, with the one for srm.conf + conf/srm.conf to your httpd.conf. In order to + assure that Apache reads the configuration files in the same order + as was implied by the older directives, the Include directives should be placed at the end + of httpd.conf, with the one for srm.conf preceding the one for access.conf.
  • The BindAddress and Port @@ -123,10 +124,10 @@ selection of MPM. There is currently no MPM designed to be launched by inetd.
  • -
  • The mod_log_agent and mod_log_referer modules which - provided the AgentLog, RefererLog - and RefererIgnore directives have been removed. - Agent and referer logs are still available using the +
  • The mod_log_agent and mod_log_referer + modules which provided the AgentLog, + RefererLog and RefererIgnore directives have + been removed. Agent and referer logs are still available using the CustomLog directive of mod_log_config.
  • -- 2.50.1