From: Mike Rumph The httpd's core modules offer a predefinined list of hooks
used during the standard request processing
phase. Creating a new hook will expose a function that
- implements it (see sections below) but it is essential to undestand that you will not
+ implements it (see sections below) but it is essential to understand that you will not
extend the httpd's core hooks. Their presence and order in the request processing is in fact
a consequence of how they are called in Reading guide for developing modules and
request processing before proceeding is
- highly recomended.
+ highly recommended.
All other headers are ignored. Cookies will also not be copied over. PUSHing resources
that require a cookie to be present will not work. This can be a matter of debate. But
unless this is more clearly discussed with browser, let's err on the side of caution and
- not expose cookie where they might oridinarily not be visible.server/request.c
(check this section
@@ -50,7 +50,7 @@
Balancer
- group). The simpliest example proxies all requests ("/"
)
+ group). The simplest example proxies all requests ("/"
)
to a single backend:
diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml
index 2bcdf13a3ae..bf789fe495c 100644
--- a/docs/manual/mod/mod_auth_basic.xml
+++ b/docs/manual/mod/mod_auth_basic.xml
@@ -241,7 +241,7 @@ Digest Authentication was in force instead of Basic Authentication.
The inverse process of switching from Basic to Digest
Authentication without assigning new passwords is generally
not possible. Only if the Basic Authentication passwords
- have been stored in plain text or with a reversable encryption
+ have been stored in plain text or with a reversible encryption
scheme will it be possible to recover them and generate a
new data store following the Digest Authentication password
storage scheme.
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index 1a929572c04..47eadc41959 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -70,7 +70,7 @@
should list the locations that will be protected by this
configuration.
- The pasword file referenced in the
Some users of DBD authentication in HTTPD 2.2/2.4 have reported that it imposes a problematic load on the database. This is most likely where an HTML page contains hundreds of objects (e.g. images, scripts, etc) @@ -74,7 +74,7 @@ to cache credentials and take most of the load off the database.
the Authentication and DBD frameworks.forward-dns
provider was addded in 2.4.19forward-dns
provider was added in 2.4.19The authorization providers implemented by
Flags specified with this directive are merged with the flags
- that underlying providers may have registerd with
+ that underlying providers may have registered with
change=yes
, but a particular
configuration of the module can override with change=no
.
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index 2743f4b0171..5cf8d0acccc 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -375,7 +375,7 @@ H2Push off
all bandwidth allocated to Y can be used by X.
- When a stream has more than one dependant, say X1 and X2 both + When a stream has more than one dependent, say X1 and X2 both depend on Y, the weight determines the bandwidth allocation. If X1 and X2 have the same weight, they both get half of the available bandwidth. If the weight of X1 is twice @@ -966,7 +966,7 @@ H2TLSCoolDownSecs 0
When configuring numbits of 1-8, a random number in range [0, 2^numbits[ are added to each frame. The random value is chosen - independantly for each frame that the module sends back to the client. + independently for each frame that the module sends back to the client.
While more padding bytes give better message length obfuscation, they diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index ae2d01f0c1f..46f88dceb57 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -318,7 +318,7 @@ Options +Includes to the usual set of CGI variables.
The use of #include virtual
is almost always prefered to using
+ >#include virtual
#exec cgi
or #exec cmd
. The former
(#include virtual
) uses the standard Apache sub-request
mechanism to include files or scripts. It is much better tested and
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 675780ffef5..c2db69fecaf 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -533,7 +533,7 @@ valid
When set to "default", the underlying SDK's referral chasing state
is not changed,
You can override this default in either way. If you specify 'always', - the module will renew certificates for an MD, irregardless if the + the module will renew certificates for an MD, regardless if the domains are in use or if there are static files.
@@ -834,7 +834,7 @@ MDRequireHttps permanent
Sets challenge types (in order of preference) when proving domain ownership. Supported by the module are the challenge methods 'tls-alpn-01', 'dns-01' - and 'http-01'. The module will look at the overall configuation of the server + and 'http-01'. The module will look at the overall configuration of the server to find out which methods can be used.
If the server listens on port 80, for example, the 'http-01' method is available. @@ -1125,7 +1125,7 @@ MDMessageCmd /etc/apache/md-message
mod_md offers an implementation for providing OCSP stapling information. This is an alternative to the one provided by 'mod_ssl'. For backward - compatiblity, this is disabled by default. + compatibility, this is disabled by default.
The stapling can be switched on for all certificates on the server or for an individual MDomain. This will replace any stapling configuration @@ -1190,7 +1190,7 @@ MDMessageCmd /etc/apache/md-message If the validity of the OCSP response used in stapling falls below 'duration', mod_md will obtain a new OCSP response.
- The CA issueing a certificate commonly also operates the OCSP responder
+ The CA issuing a certificate commonly also operates the OCSP responder
service and determines how long its signed response about the validity
of a certificate are itself valid. The longer a response is valid, the longer
it can be cached which mean better overall performance for everyone.
diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml
index add9756a157..93f97bbd69d 100644
--- a/docs/manual/mod/mod_proxy_balancer.xml
+++ b/docs/manual/mod/mod_proxy_balancer.xml
@@ -254,7 +254,7 @@ ProxyPassReverse "/test" "balancer://mycluster"
a path info appended to the URL using a semicolon (;
)
as the separator and add the session id behind. As in the cookie case,
Apache Tomcat can include the configured jvmRoute
in this path
- info. To let Apache find this sort of path info, you neet to set
+ info. To let Apache find this sort of path info, you need to set
scolonpathdelim
to On
in
The substitution is may contain literal text and regular +
The substitution may contain literal text and regular expression backreferences
The character which is used to separate (or "delimit") the - various parts of the substituion string is referred to as the + various parts of the substitution string is referred to as the "delimiter", and it is most common to use a slash for this purpose.
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index c0a6867ef27..cab75eed306 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -324,7 +324,7 @@ in *BSDs.This also means that multiple instances of Apache httpd configured on a
same IP:port
and with a positive
Within the same instance, Apache httpd will check and fail to start if diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml index 8a54c881e3b..368e2540919 100644 --- a/docs/manual/mod/mpmt_os2.xml +++ b/docs/manual/mod/mpmt_os2.xml @@ -32,7 +32,7 @@
The Server consists of a main, parent process and a small, static number of child processes.
-The parent process' job is to manage the child processes. This +
The parent process's job is to manage the child processes. This
involves spawning children as required to ensure there are always
The MapName is an - arbitray name that you assign to the map, and which you will use in + arbitrary name that you assign to the map, and which you will use in directives later on. Arguments are passed to the map via the following syntax:
diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index ed8d1e03bc8..2cd308078c6 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -196,6 +196,6 @@ highlight | blockquote"> + describes a pronunciation --> diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index e610fad6db1..3b53bf96955 100644 --- a/docs/manual/style/latex/html.xsl +++ b/docs/manual/style/latex/html.xsl @@ -147,7 +147,7 @@ -- suEXEC cleans the process' environment by establishing a + suEXEC cleans the process's environment by establishing a safe execution PATH (defined during configuration), as well as only passing through those variables whose names are listed in the safe environment list (also created