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.
server/request.c
(check this section
@@ -50,7 +50,7 @@
forever value, which will cause mod_lua
to skip the stat process and always reuse the compiled byte-code from the first access to the
-script, thus speeding up the processing. For Lua hooks, this can prove to increase peformance,
+script, thus speeding up the processing. For Lua hooks, this can prove to increase performance,
while for scripts handled by the lua-script handler, the increase in performance
may be negligible, as files httpd will stat the files regardless.
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.
+ not expose cookie where they might ordinarily not be visible.Balancer
- group). The simpliest example proxies all requests ("/")
+ group). The simplest example proxies all requests ("/")
to a single backend:
diff --git a/docs/manual/misc/perf-scaling.xml b/docs/manual/misc/perf-scaling.xml
index abf9b7caae1..f6186bf64a3 100644
--- a/docs/manual/misc/perf-scaling.xml
+++ b/docs/manual/misc/perf-scaling.xml
@@ -1437,7 +1437,7 @@ CacheMaxExpire 21600
Armed with the knowledge of how to tune a sytem to deliver the +
Armed with the knowledge of how to tune a system to deliver the desired the performance, we will soon discover that one system might prove a bottleneck. How to make a system fit for growth, or how to put a number of systems into tune will be diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index b7ddbec262c..49536ed8b33 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -240,7 +240,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 65339eb6e07..250b317a052 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) @@ -73,7 +73,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 aa9acf1e024..a4db59cbfd5 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 @@ -968,7 +968,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 78c5e6441ff..0997ff295db 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 68bd29113bc..58362e04acf 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -536,7 +536,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 0ed96cedb9e..397bcc8b90b 100644
--- a/docs/manual/mod/mod_proxy_balancer.xml
+++ b/docs/manual/mod/mod_proxy_balancer.xml
@@ -253,7 +253,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
When set, this directive extends the action of the spelling correction
to the file name extension. For example a file foo.gif will
match a request for foo or foo.jpg. This can be
- particulary useful in conjunction with
+ particularly useful in conjunction with
MultiViews.
The substitution may contain literal text and regular
expression backreferences. If the substitution begins with the text
- expr= it is intepreted as an
+ expr= it is interpreted as an
expression which allows access to environment variables and
header values.
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 c845d670720..1ab611f898b 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -322,7 +322,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 first line creates a new password database with a temporary - placeholder entry, and the thrid line removes that placeholder.
+ placeholder entry, and the third line removes that placeholder.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/rewrite/vhosts.xml b/docs/manual/rewrite/vhosts.xml index 8910f5440f7..bbca372626f 100644 --- a/docs/manual/rewrite/vhosts.xml +++ b/docs/manual/rewrite/vhosts.xml @@ -65,7 +65,7 @@ mod_rewrite document.SITE.example.com for each
user, and serve their content out of
/home/SITE/www. However, we want
- www.example.com to be ommitted from this mapping.
+ www.example.com to be omitted from this mapping.
- 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