From: Mike Rumph Date: Tue, 18 Feb 2020 17:44:34 +0000 (+0000) Subject: Fix spelling errors in docs found by codespell. [skip ci] X-Git-Tag: 2.4.42~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=241f2d79afde1428c2533d58a8f61c28acac857b;p=thirdparty%2Fapache%2Fhttpd.git Fix spelling errors in docs found by codespell. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874169 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml index 37ea0608d6b..2da97054c7f 100644 --- a/docs/manual/developer/hooks.xml +++ b/docs/manual/developer/hooks.xml @@ -41,7 +41,7 @@

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 server/request.c (check this section @@ -50,7 +50,7 @@

Reading guide for developing modules and request processing before proceeding is - highly recomended. + highly recommended.

diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml index 4ba9b9aff1a..3f4b63c7f36 100644 --- a/docs/manual/howto/http2.xml +++ b/docs/manual/howto/http2.xml @@ -287,7 +287,7 @@ H2Push Off

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.

diff --git a/docs/manual/howto/reverse_proxy.xml b/docs/manual/howto/reverse_proxy.xml index cef737cab36..6bc3c45401e 100644 --- a/docs/manual/howto/reverse_proxy.xml +++ b/docs/manual/howto/reverse_proxy.xml @@ -75,7 +75,7 @@ The ProxyPass directive specifies the mapping of incoming requests to the backend server (or a cluster of servers known as a 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 The password file referenced in the AuthUserFile directive may be created and managed using the htdigest tool.

diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index e82c6dc151e..4801f207844 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -59,7 +59,7 @@ Password Formats
-Performance and Cacheing +Performance and Caching

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.

# mod_dbd configuration -# UPDATED to include authentication cacheing +# UPDATED to include authentication caching DBDriver pgsql DBDParams "dbname=apacheauth user=apache password=xxxxxx" diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 31a0735140a..1eb9bf536ff 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -28,7 +28,7 @@ address) Base mod_authz_host.c authz_host_module -The forward-dns provider was addded in 2.4.19 +The forward-dns provider was added in 2.4.19

The authorization providers implemented by mod_authz_host are diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index f124820408b..cc6ac8dac98 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -815,7 +815,7 @@ indexing as usual. If you also specify a ReadmeName, and if that file exists, The closing </body></html> tags are also - ommitted from the output, under the assumption that you'll likely + omitted from the output, under the assumption that you'll likely put those closing tags in that file.

filter runs any provider.

Flags specified with this directive are merged with the flags - that underlying providers may have registerd with + that underlying providers may have registered with mod_filter. For example, a filter may internally specify the equivalent of 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 is almost always preferred to using either #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

"default"

When set to "default", the underlying SDK's referral chasing state is not changed, LDAPReferralHopLimit is not - used to overide the SDK's hop limit, and no LDAP rebind callback is + used to override the SDK's hop limit, and no LDAP rebind callback is registered.

diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 7400ffaf89b..3d853f9101f 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1078,7 +1078,7 @@ r:emerg("This is an emerg log message") function filter(r) -- Our first yield is to signal that we are ready to receive buckets. -- Before this yield, we can set up our environment, check for conditions, - -- and, if we deem it necessary, decline filtering a request alltogether: + -- and, if we deem it necessary, decline filtering a request altogether: if something_bad then return -- This would skip this filter. end diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index a80691411fb..82bbaaddae0 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -513,7 +513,7 @@ MDCertificateAuthority https://acme-staging-v02.api.letsencrypt.org/directory

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 ProxyPass or ProxySet.

diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index 9016fbd901c..77f0c8260fd 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -70,7 +70,7 @@ or regex of a subsequent one. -

The substitution is may contain literal text and regular +

The substitution may contain literal text and regular expression backreferences

Example @@ -83,7 +83,7 @@

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 ListenCoresBucketsRatio would start without an error too, and then run with incoming connections - evenly distributed accross both instances (this is NOT a recommendation or + evenly distributed across both instances (this is NOT a recommendation or a sensible usage in any case, but just a notice that it would prevent such possible issues to be detected).

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 StartServers processes accepting connections.

diff --git a/docs/manual/platform/netware.xml b/docs/manual/platform/netware.xml index 258b80e08e8..373ee3d2240 100644 --- a/docs/manual/platform/netware.xml +++ b/docs/manual/platform/netware.xml @@ -644,7 +644,7 @@ Netware\build netware-libc nw-nasm enable-mdc2 enable-md5 - Warning: dont use the CodeWarrior Assembler - it produces broken code! + Warning: don't use the CodeWarrior Assembler - it produces broken code!
  • Before building Apache, set the environment variable diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index 8c82db5d059..a8315f497b5 100644 --- a/docs/manual/rewrite/remapping.xml +++ b/docs/manual/rewrite/remapping.xml @@ -659,7 +659,7 @@ RewriteRule "(.*)" "$1?%1%3"
  • -
  • This solution uses the captured value in the URL subsitution, +
  • This solution uses the captured value in the URL substitution, discarding the rest of the original query by appending a '?': diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index 3e751226617..39e192ce980 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -66,7 +66,7 @@ RewriteMap MapName MapType:MapSource

    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 @@ - diff --git a/docs/manual/style/latex/synopsis.xsl b/docs/manual/style/latex/synopsis.xsl index 14bdc5ca149..a468a770603 100644 --- a/docs/manual/style/latex/synopsis.xsl +++ b/docs/manual/style/latex/synopsis.xsl @@ -310,7 +310,7 @@ - + diff --git a/docs/manual/style/scripts/prettify.js b/docs/manual/style/scripts/prettify.js index 72c5dc53e57..c39f0a39eeb 100644 --- a/docs/manual/style/scripts/prettify.js +++ b/docs/manual/style/scripts/prettify.js @@ -657,7 +657,7 @@ var REGEXP_PRECEDER_PATTERN = '(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[ * recognized. * * Shortcut is an optional string of characters, any of which, if the first - * character, gurantee that this pattern and only this pattern matches. + * character, guarantee that this pattern and only this pattern matches. * * @param {Array} shortcutStylePatterns patterns that always start with * a known character. Must have a shortcut string. diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 6954ba6fc16..493826639d7 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -685,7 +685,7 @@ if (typeof(prettyPrint) !== 'undefined') { &lf; - + @@ -1227,7 +1227,7 @@ if (typeof(prettyPrint) !== 'undefined') { - + diff --git a/docs/manual/style/xsl/list_for_prettify.xsl b/docs/manual/style/xsl/list_for_prettify.xsl index d7f03cf2c77..a97b7d67e23 100644 --- a/docs/manual/style/xsl/list_for_prettify.xsl +++ b/docs/manual/style/xsl/list_for_prettify.xsl @@ -38,7 +38,7 @@ # in order to be ready to use for the JS used in prettify.js&lf; &lf; # The next line has to be copy/pasted into prettify.js around line 135&lf; -# in place of the correponding CONFIG_KEYWORDS array.&lf; +# in place of the corresponding CONFIG_KEYWORDS array.&lf; &lf; # The next line has to be copy/pasted into prettify.js around line 920&lf; -# in place of the correponding PR_TAG array.&lf; +# in place of the corresponding PR_TAG array.&lf; &lf; [PR_TAG, /^\b( diff --git a/docs/manual/style/xsl/nroff.xsl b/docs/manual/style/xsl/nroff.xsl index f567089f89e..9849034a0e0 100644 --- a/docs/manual/style/xsl/nroff.xsl +++ b/docs/manual/style/xsl/nroff.xsl @@ -46,7 +46,7 @@ * dealings in this Software without prior written authorization * from the individuals in question. * - * Any stylesheet derived from this Software that is publically + * Any stylesheet derived from this Software that is publicly * distributed will be identified with a different name and the * version strings in any derived Software will be changed so that * no possibility of confusion between the derived package and this diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index 0bcbe2c9244..d4c0eec22d7 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -296,7 +296,7 @@ - @@ -305,7 +305,7 @@
  • - - + diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml index c8d7f2eddd1..551549949a0 100644 --- a/docs/manual/suexec.xml +++ b/docs/manual/suexec.xml @@ -309,7 +309,7 @@ to ensure safe operations?

    - 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