]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: normalize British spellings to American English per style guide
authorRich Bowen <rbowen@apache.org>
Mon, 20 Apr 2026 12:45:42 +0000 (12:45 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 20 Apr 2026 12:45:42 +0000 (12:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933179 13f79535-47bb-0310-9956-ffa450edef68

37 files changed:
docs/manual/caching.xml
docs/manual/developer/modules.xml
docs/manual/developer/new_api_2_4.xml
docs/manual/developer/output-filters.xml
docs/manual/env.xml
docs/manual/logs.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_auth_bearer.xml
docs/manual/mod/mod_auth_form.xml
docs/manual/mod/mod_authn_socache.xml
docs/manual/mod/mod_autoindex.xml
docs/manual/mod/mod_cache.xml
docs/manual/mod/mod_dbd.xml
docs/manual/mod/mod_dir.xml
docs/manual/mod/mod_filter.xml
docs/manual/mod/mod_firehose.xml
docs/manual/mod/mod_http2.xml
docs/manual/mod/mod_include.xml
docs/manual/mod/mod_md.xml
docs/manual/mod/mod_policy.xml
docs/manual/mod/mod_proxy_fcgi.xml
docs/manual/mod/mod_proxy_html.xml
docs/manual/mod/mod_proxy_http.xml
docs/manual/mod/mod_proxy_scgi.xml
docs/manual/mod/mod_session.xml
docs/manual/mod/mod_socache_memcache.xml
docs/manual/mod/mod_ssl.xml
docs/manual/mod/mod_substitute.xml
docs/manual/mod/mod_xml2enc.xml
docs/manual/mod/mpm_common.xml
docs/manual/new_features_2_2.xml
docs/manual/new_features_2_4.xml
docs/manual/programs/htcacheclean.xml
docs/manual/stopping.xml
docs/manual/suexec.xml
docs/manual/upgrading.xml
docs/manual/vhosts/mass.xml

index 47a6e11493040bf5d5d8f40773b77a5290bc6a6e..b8fb632b3dc6a675e594005d4f73381e65f48408 100644 (file)
@@ -860,7 +860,7 @@ sys     0m0.000s</pre>
       <code>.htaccess</code> files would be a very expensive operation,
       partially defeating the point of caching (to speed up requests),
       <module>mod_cache</module> makes no decision about whether a cached
-      entity is authorised for serving. In other words; if
+      entity is authorized for serving. In other words; if
       <module>mod_cache</module> has cached some content, it will be served
       from the cache as long as that content has not expired.</p>
 
@@ -916,7 +916,7 @@ sys     0m0.000s</pre>
       Another example is so-called HTTP request-smuggling attacks.</p>
 
       <p>This document is not the correct place for an in-depth discussion
-      of HTTP request smuggling (instead, try your favourite search engine)
+      of HTTP request smuggling (instead, try your favorite search engine)
       however it is important to be aware that it is possible to make
       a series of requests, and to exploit a vulnerability on an origin
       webserver such that the attacker can entirely control the content
index 87e48f13661c2ef7fe842461d9c087b98aed114c..e1f7f2e181fe069f072dbebcc206f95ee871cc52 100644 (file)
@@ -171,7 +171,7 @@ module MODULE_VAR_EXPORT <var>module_name</var>_module =
       </example>
 
       <p>Some of these read directly across, some don't. I'll try to
-      summarise what should be done below.</p>
+      summarize what should be done below.</p>
 
       <p>The stages that read directly across :</p>
 
index 966d1eaf71d5ac8045c2c585e209a1953b741155..1caaef01935e22fd6ada42d1a4a4c064069c64fd 100644 (file)
@@ -56,7 +56,7 @@
     <title>ap_expr (NEW!)</title>
     <p>Introduces a new API to parse and evaluate boolean and algebraic
        expressions, including provision for a standard syntax and
-       customised variants.</p>
+       customized variants.</p>
   </section>
 
   <section id="ap_listen">
index c8536fc6f33cb29280c7af85a76f1533c0f2a99e..778f2867e9d2830a6a82219d3870d7d57cc5b106 100644 (file)
@@ -143,7 +143,7 @@ apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
     sentinel is in fact not a valid bucket structure; any attempt to
     call normal bucket functions (such as
     <code>apr_bucket_read</code>) on the sentinel will have undefined
-    behaviour (i.e. will crash the process).</p>
+    behavior (i.e. will crash the process).</p>
 
     <p>There are a variety of functions and macros for traversing and
     manipulating bucket brigades; see the <a
@@ -323,7 +323,7 @@ apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
     state = f->ctx;
     if (state == NULL) {
 
-        /* First invocation for this response: initialise state structure.
+        /* First invocation for this response: initialize state structure.
          */
         f->ctx = state = apr_palloc(f->r->pool, sizeof *state);
 
index adb45003ad3f3b2db61e4370ccbcea3b10bb56c0..e8218b23d368cc204d408bea78aaabc7cc6406c2 100644 (file)
 
     <section id="prefer-language"><title>prefer-language</title>
 
-        <p>This influences <module>mod_negotiation</module>'s behaviour. If
+        <p>This influences <module>mod_negotiation</module>'s behavior. If
         it contains a language tag (such as <code>en</code>, <code>ja</code>
         or <code>x-klingon</code>), <module>mod_negotiation</module> tries
         to deliver a variant with that language. If there's no such variant,
index 5334eb32beb78b8dfdfd63321e8b840422cbe005..75f4d7e5278e708e32bbdf4ba42cee7a0a7fd738 100644 (file)
@@ -609,7 +609,7 @@ CustomLog "|/usr/local/apache/bin/rotatelogs /var/log/access_log 86400" common
 CustomLog "|$/usr/local/apache/bin/rotatelogs   /var/log/access_log 86400" common
     </highlight>
 
-    <p>This was the default behaviour for Apache 2.2.
+    <p>This was the default behavior for Apache 2.2.
     Depending on the shell specifics this might lead to
     an additional shell process for the lifetime of the logging
     pipe program and signal handling problems during restart.
index 3ac229e50be1e77ec5073173eef135885c7b2f71..acb31bc84866690283b5a4a7ac7c529087638e7c 100644 (file)
@@ -436,7 +436,7 @@ NoDecode option available in 2.3.12 and later.</compatibility>
       Allow use of AllowOverride option to treat invalid (unrecognized
       or disallowed) directives in
       .htaccess as nonfatal. Instead of causing an Internal Server
-      Error, disallowed or unrecognised directives will be ignored
+      Error, disallowed or unrecognized directives will be ignored
       and a warning logged:
       <ul>
           <li><strong>Nonfatal=Override</strong> treats directives
index a58fa02aa0a65d91b4ba98623adfe98e19bcc5f0..417ed3f4913b6b9bf23ff50134ac4bf2c9905646 100644 (file)
@@ -92,7 +92,7 @@ modules</description>
     access will be denied. Setting the
     <directive>AuthBearerAuthoritative</directive> directive explicitly
     to <code>Off</code> allows for token verification to be passed on to
-    other non-provider-based modules if the token is not recognised.
+    other non-provider-based modules if the token is not recognized.
     This should only be necessary when combining
     <module>mod_auth_bearer</module> with third-party modules that are not
     configured with the
index b31bb8816fc6dda5d2187c3e42c3e91367d51470..d3ea273482e694c43389203807f065b1381afaf4 100644 (file)
@@ -569,9 +569,9 @@ parser has been added in 2.4.4.</compatibility>
 
 <usage>
     <p>The <directive module="mod_auth_form">AuthFormLoginRequiredLocation</directive> directive
-    specifies the URL to redirect to should the user not be authorised to view a page. The value
+    specifies the URL to redirect to should the user not be authorized to view a page. The value
     is parsed using the <a href="../expr.html">ap_expr</a> parser before being sent to the client.
-    By default, if a user is not authorised to view a page, the HTTP response code
+    By default, if a user is not authorized to view a page, the HTTP response code
     <code>HTTP_UNAUTHORIZED</code> will be returned with the page specified by the
     <directive module="core">ErrorDocument</directive> directive. This directive overrides this
     default.</p>
index 76043fe5765725f5e9d8314a62d1170088340995..aa9e59804ef9a5d1e3d79d0e05ed75bc7350b727 100644 (file)
@@ -106,9 +106,9 @@ AuthnCacheSOCache dbm
     <p>This directive is not normally necessary: it is implied if
     authentication caching is enabled anywhere in <var>httpd.conf</var>.
     However, if it is not enabled anywhere in <var>httpd.conf</var>
-    it will by default not be initialised, and is therefore not
+    it will by default not be initialized, and is therefore not
     available in a <var>.htaccess</var> context.  This directive
-    ensures it is initialised so it can be used in <var>.htaccess</var>.</p>
+    ensures it is initialized so it can be used in <var>.htaccess</var>.</p>
 </usage>
 </directivesynopsis>
 
index 9e6e613d7e972f6c58240c33ac8f35896d764f56..7d051a85bc6050010413893d42b5d6f399d8783e 100644 (file)
@@ -818,7 +818,7 @@ indexing</description>
       directive, the module usually includes the contents of the file
       after a standard HTML preamble (<code>&lt;html&gt;</code>,
       <code>&lt;head&gt;</code>, <em>et cetera</em>). The
-      <code>SuppressHTMLPreamble</code> option disables this behaviour,
+      <code>SuppressHTMLPreamble</code> option disables this behavior,
       causing the module to start the display with the header file
       contents. The header file must contain appropriate HTML instructions
       in this case. If there is no header file, the preamble is generated
index 329fad81a76ca20d261623c53b2cf9c68716b258..b50c7203aa9f15d2de1fb15473d5d7b1a93b2ce4 100644 (file)
@@ -46,7 +46,7 @@
     <p>RFC 2616 compliant caching provides a mechanism to verify whether
     stale or expired content is still fresh, and can represent a significant
     performance boost when the origin server supports <strong>conditional
-    requests</strong> by honouring the
+    requests</strong> by honoring the
     <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">If-None-Match</a>
     HTTP request header. Content is only regenerated from scratch when the content
     has changed, and not when the cached entry expires.</p>
@@ -82,7 +82,7 @@
     headers sent from a client in a request, or from a
     server within a response. Under exceptional circumstances,
     <module>mod_cache</module> can be configured to override these headers
-    and force site specific behaviour, however such behaviour will be limited
+    and force site specific behavior, however such behavior will be limited
     to this cache only, and will not affect the operation of other caches
     that may exist between the client and server, and as a result is not
     recommended unless strictly necessary.</p>
@@ -95,7 +95,7 @@
     <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.46">Warning</a>
     HTTP header with a 110 response code. RFC 2616 also allows a cache to return
     stale data when the attempt made to refresh the stale data returns an
-    error 500 or above, and this behaviour is supported by default by
+    error 500 or above, and this behavior is supported by default by
     <module>mod_cache</module>. Such responses will contain a
     <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.46">Warning</a>
     HTTP header with a 111 response code.</p>
@@ -334,7 +334,7 @@ CustomLog "invalidated-requests.log" common env=cache-invalidate
   </highlight>
 
   <p>For module authors, a hook called <var>cache_status</var> is available,
-  allowing modules to respond to the caching outcomes above in customised
+  allowing modules to respond to the caching outcomes above in customized
   ways.</p>
 </section>
 
@@ -689,7 +689,7 @@ LastModified date.</description>
     <p><directive>CacheIgnoreHeaders</directive> takes a space separated list
     of HTTP headers that should not be stored in the cache. If only hop-by-hop
     headers not should be stored in the cache (the RFC 2616 compliant
-    behaviour), <directive>CacheIgnoreHeaders</directive> can be set to
+    behavior), <directive>CacheIgnoreHeaders</directive> can be set to
     <code>None</code>.</p>
 
     <example><title>Example 1</title>
@@ -707,7 +707,7 @@ LastModified date.</description>
     <note type="warning"><title>Warning:</title>
       If headers like <code>Expires</code> which are needed for proper cache
       management are not stored due to a
-      <directive>CacheIgnoreHeaders</directive> setting, the behaviour of
+      <directive>CacheIgnoreHeaders</directive> setting, the behavior of
       mod_cache is undefined.
     </note>
 </usage>
index da26eea142f6e4525fbdb3c85987ec9719f4993f..07ba810a7919897e4ec9721b041589532d945b0e 100644 (file)
@@ -41,7 +41,7 @@
 
 <section id="pooling"><title>Connection Pooling</title>
     <p>This module manages database connections, in a manner
-    optimised for the platform.  On non-threaded platforms,
+    optimized for the platform.  On non-threaded platforms,
     it provides a persistent connection in the manner of
     classic LAMP (Linux, Apache, Mysql, Perl/PHP/Python).
     On threaded platform, it provides an altogether more
index ac826d46475d25c7d95e13a5987062eddedf119e..fbe2d0e486f444601ba2d5c94a634e58aecb2ac4 100644 (file)
@@ -152,7 +152,7 @@ a directory</description>
     <p>The argument can be:</p>
     <ul>
      <li><code>on</code>: issues a 302 redirection to the index resource.</li>
-     <li><code>off</code>: does not issue a redirection. This is the legacy behaviour of mod_dir.</li>
+     <li><code>off</code>: does not issue a redirection. This is the legacy behavior of mod_dir.</li>
      <li><code>permanent</code>: issues a 301 (permanent) redirection to the index resource.</li>
      <li><code>temp</code>: this has the same effect as <code>on</code></li>
      <li><code>seeother</code>: issues a 303 redirection (also known as "See Other") to the index resource.</li>
index 0140e880aba48aa53a9a2bd5b9789e6319f1df71..d08cf64aac5eeab25d2c20d05af34f2e2dd440ef 100644 (file)
@@ -162,7 +162,7 @@ FilterChain SSI
 
     <dt>Server side Includes (SSI)</dt>
     <dd>The same as the above but dispatching on handler (classic
-    SSI behaviour; .shtml files get processed).
+    SSI behavior; .shtml files get processed).
     <highlight language="config">
 FilterProvider SSI INCLUDES "%{HANDLER} = 'server-parsed'"
 FilterChain SSI
@@ -237,7 +237,7 @@ FilterProvider repack png_pack  "%{CONTENT_TYPE} = 'image/png'"
     modules.  For httpd 2.1 and later, the
     <code>ap_register_output_filter_protocol</code> and
     <code>ap_filter_protocol</code> API enables filter modules to
-    declare their own behaviour.</p>
+    declare their own behavior.</p>
 
     <p>At the same time, <module>mod_filter</module> should not interfere
     with a filter that wants to handle all aspects of the protocol.  By
index c0c957006317c125ca11f558e165a41151dd5976..47b8d50b50531ef40282452343c027f63878adff 100644 (file)
@@ -32,7 +32,7 @@
     <p><code>mod_firehose</code> provides a mechanism to record data
     being passed between the httpd server and the client at the raw
     connection level to either a file or a pipe in such a way that the
-    data can be analysed or played back to the server at a future date.
+    data can be analyzed or played back to the server at a future date.
     It can be thought of as "tcpdump for httpd".</p>
 
     <p>Connections are recorded after the SSL has been stripped, and can
@@ -76,7 +76,7 @@
     webserver has been built against APR v2.0 or later, and an optional
     "nonblock" parameter is specified all file writes will be non
     blocking, and buffer overflows will cause debugging data to be lost.
-    In this case it is possible to prioritise the running of the server
+    In this case it is possible to prioritize the running of the server
     over the recording of firehose data.</p>
 
 </section>
index 7349513ff98562a9b7bcfa746219db0293243b1c..bec2af3523742391db89daf0a4a19eaddd903180 100644 (file)
@@ -959,7 +959,7 @@ H2TLSCoolDownSecs 0
         <usage>
             <p>
                 With the default 0, no padding bytes are added to any payload
-                frames, e.g. HEADERS, DATA and PUSH_PROMISE. This is the behaviour
+                frames, e.g. HEADERS, DATA and PUSH_PROMISE. This is the behavior
                 of previous versions. It means that under certain conditions, an
                 observer of network traffic can see the length of those frames 
                 in the TLS stream.
@@ -985,7 +985,7 @@ H2TLSCoolDownSecs 0
     
     <directivesynopsis>
         <name>H2OutputBuffering</name>
-        <description>Determine buffering behaviour of output</description>
+        <description>Determine buffering behavior of output</description>
         <syntax>H2OutputBuffering on|off</syntax>
         <default>H2OutputBuffering on</default>
         <contextlist>
@@ -997,7 +997,7 @@ H2TLSCoolDownSecs 0
         <usage>
             <p>
                 The directive <directive>H2OutputBuffering</directive> controls the buffering of stream output.
-                The default is on, which is the behaviour of previous versions. When off, all
+                The default is on, which is the behavior of previous versions. When off, all
                 bytes are made available immediately to the main connection for sending them
                 out to the client. This fixes interop issues with certain flavours of gRPC.
             </p>
index bedb52281a5246da3e3a2a51bae4c691a2781b82..f6ef79537fbd869321d5b9e23399fc9f8171000e 100644 (file)
@@ -990,7 +990,7 @@ SSITimeFormat "%R, %B %d, %Y"
         response by adding <code>no-etag</code> to the request notes.</p>
 
       <p>The <directive>SSIETag</directive> directive suppresses this
-        behaviour, and allows the server to generate an <code>ETag</code> header.
+        behavior, and allows the server to generate an <code>ETag</code> header.
         This can be used to enable caching of the output. Note that a backend server
         or dynamic content generator may generate an ETag of its own, ignoring
         <code>no-etag</code>, and this ETag will be passed by
@@ -1030,7 +1030,7 @@ server.</description>
         the <code>Last-Modified</code> header is stripped from the response.</p>
 
       <p>The <directive>SSILastModified</directive> directive overrides this
-        behaviour, and allows the <code>Last-Modified</code> header to be respected
+        behavior, and allows the <code>Last-Modified</code> header to be respected
         if already present, or set if the header is not already present. This can
         be used to enable caching of the output. <directive>SSILastModified</directive>
         can take on the following values:</p>
index c6444b73d58e06581c42a9b793c19e992de9d4f1..e024816fbb56d2cf6de864a449c5e6a6aa039442 100644 (file)
@@ -1460,7 +1460,7 @@ MDMessageCmd /etc/apache/md-message
         <compatibility>Available in version 2.4.58 and later</compatibility>
         <usage>
             <p>
-                The mode `all` is the behaviour as in all previous versions. Both ServerName
+                The mode `all` is the behavior as in all previous versions. Both ServerName
                 and ServerAlias are inspected to find the MDomain matching a VirtualHost.
                 This automatically detects coverage, even when you only have added
                 one of the names to an MDomain.
index 915f270f56df6ebebddf99ec7d22ada7fae02fab..bbc9f8ff67e96742721ef994e356c4038ced65d0 100644 (file)
     </strong>: Enforce a minimum HTTP version within a request</dt>
     <dd>When a request is encountered with an HTTP version number less than
     the required minimum version, the request is rejected. The following
-    version numbers are recognised:
+    version numbers are recognized:
     <ul><li><code>HTTP/1.1</code></li>
     <li><code>HTTP/1.0</code></li>
     <li><code>HTTP/0.9</code></li>
index 65b571d9ee61025599e4be18ff195b7b87cfe12d..8603533fa7c12fc91b865e2c80250cbf991e5817 100644 (file)
@@ -203,7 +203,7 @@ ProxyPass "/myapp/" "balancer://myappcluster/"
 
 <section id="env"><title>Environment Variables</title>
     <p>In addition to the configuration directives that control the
-    behaviour of <module>mod_proxy</module>, there are a number of
+    behavior of <module>mod_proxy</module>, there are a number of
     <dfn>environment variables</dfn> that control the FCGI protocol
     provider:</p>
     <dl>
index 57e60e202676b956bc6489fbc1c70c9b58c26f5c..ce7bdcfec61d5383ecddbd455782e16d630e2b32 100644 (file)
@@ -76,7 +76,7 @@ stylesheets or scripts: for those you should use another parser such as
 The main customisation directives are <directive>ProxyHTMLLinks</directive>
 and <directive>ProxyHTMLEvents</directive>.  By default these are set in 
 configuration file <var>proxy-html.conf</var>, which also contains
-comments to help you customise your parser if required.</p>
+comments to help you customize your parser if required.</p>
 <note>For historical reasons, configuring mod_proxy_html to rewrite
 URLs in scripting events does not by default rewrite URLs in stylesheets.
 This can be changed by uncommenting the relevant line in
@@ -210,7 +210,7 @@ will be considered as HTML links.</p>
 (note that this happens automatically for HTML links).</p></dd>
 <dt>l</dt>
 <dd><p>Opposite to L.  Overrides the one-change-only default
-behaviour with HTML links.</p></dd>
+behavior with HTML links.</p></dd>
 <dt>R</dt>
 <dd><p>Use Regular Expression matching-and-replace.  <code>from-pattern</code>
 is a regexp, and <code>to-pattern</code> a replacement string that may be
index 7f3cef5f2686d32469cee5899b08df351c6ae46b..dd0e311a0a0d3d9553b820191e181cbac912b0f5 100644 (file)
@@ -54,7 +54,7 @@
 
 <section id="env"><title>Environment Variables</title>
     <p>In addition to the configuration directives that control the
-    behaviour of <module>mod_proxy</module>, there are a number of
+    behavior of <module>mod_proxy</module>, there are a number of
     <dfn>environment variables</dfn> that control the HTTP protocol
     provider. Environment variables below that don't specify specific values
     are enabled when set to any value.</p>
index 72c00c350da229e039e447f7d9957594817bd400..b24a01feb4d0fcff78de0fd51e54b945dc0d3cf1 100644 (file)
@@ -78,7 +78,7 @@ ProxyPass "/scgi-bin/" "balancer://somecluster/"
 
 <section id="env"><title>Environment Variables</title>
     <p>In addition to the configuration directives that control the
-    behaviour of <module>mod_proxy</module>, an <dfn>environment
+    behavior of <module>mod_proxy</module>, an <dfn>environment
     variable</dfn> may also control the SCGI protocol
     provider:</p>
     <dl>
@@ -112,7 +112,7 @@ header</description>
     optimizations, which are not possible if the file comes over the backend
     socket.  Additionally, the file contents are not transmitted twice.</p>
     <p>The <directive>ProxySCGISendfile</directive> argument determines the
-    gateway behaviour:</p>
+    gateway behavior:</p>
     <dl>
     <dt><code>Off</code></dt>
     <dd>No special handling takes place.</dd>
index e851b3042f5bfe2b36c7be22ae737ea8693c0f7c..b6935a0afc7ad9bedd89d5cb50e08b6105b69b22 100644 (file)
@@ -187,7 +187,7 @@ SessionHeader X-Replace-Session
       <p>Using the "show cookies" feature of your browser, you would have seen
       a clear text representation of the session. This could potentially be a
       problem should the end user need to be kept unaware of the contents of
-      the session, or where a third party could gain unauthorised access to the
+      the session, or where a third party could gain unauthorized access to the
       data within the session.</p>
 
       <p>The contents of the session can be optionally encrypted before being
index 94a64ad84e080e6ec43075fea8eddba47bdceba1..49513dcea2f18792c2e65fa8a5d081bddeafece6 100644 (file)
@@ -76,7 +76,7 @@
     </p></note>
 
     <p>Before Apache 2.4.17, this timeout was hardcoded and its value was 600 usec.
-    So, the closest configuration to match the legacy behaviour is to set
+    So, the closest configuration to match the legacy behavior is to set
     <directive>MemcacheConnTTL</directive> to 1ms.</p>
 
     <example>
index 157131265b4099995852931c4e56770573635bd8..433bb453abc2a06012ca9d0bcc41149aaac1a390 100644 (file)
@@ -1399,7 +1399,7 @@ CRL checks are applied to all certificates in the chain, while setting it to
     </p>
     <p>
     The <var>flag</var> <code>no_crl_for_cert_ok</code> allows to restore
-    previous behaviour.
+    previous behavior.
     </p>
 </li>
 </ul>
@@ -3133,7 +3133,7 @@ though the syntax / allowable values for the parameters may sometimes differ.</p
 where available to configure OpenSSL, and
 <directive>SSLOpenSSLConfCmd</directive> is only used for features of
 OpenSSL which are not configurable by mod_ssl.  It is possible that
-mod_ssl behaviour will change across versions of httpd where
+mod_ssl behavior will change across versions of httpd where
 <directive>SSLOpenSSLConfCmd</directive> is used.</p>
 </note>
 </usage>
index f8d17ad5e9d5a8a26cd84b47b215370848662807..ae090f52de3a0075cb38f173e1258071278538df 100644 (file)
@@ -211,7 +211,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"
     context (<code>off</code>).
     The latter was the default in versions 2.4 and earlier, but changed
     starting with 2.5, hence <directive>SubstituteInheritBefore</directive>
-    set to <code>off</code> allows to restore the legacy behaviour.
+    set to <code>off</code> allows to restore the legacy behavior.
     <directive>SubstituteInheritBefore</directive> is itself inherited,
     hence contexts that inherit it (those that don't specify their own
     <directive>SubstituteInheritBefore</directive> value) will apply the
index c5fa7ad4d49997a5e78176d9eae086641bc76811..44aa3eb2d9119d508ebb1c448227fefa8745cf3c 100644 (file)
@@ -53,7 +53,7 @@ for 2.2.x versions</compatibility>
     <code>xml2enc_filter</code> optional function to postprocess to another
     encoding.  Using mod_xml2enc with an enabled module, no configuration
     is necessary: the other module will configure mod_xml2enc for you
-    (though you may still want to customise it using the configuration
+    (though you may still want to customize it using the configuration
     directives below).</p>
     </dd>
     <dt>Non-enabled modules</dt><dd>
@@ -146,10 +146,10 @@ xml2EncDefault iso-8859-1
 
 <usage>
     <p>This server-wide directive aliases one or more encoding to another
-    encoding.  This enables encodings not recognised by libxml2 to be handled
+    encoding.  This enables encodings not recognized by libxml2 to be handled
     internally by libxml2's encoding support using the translation table for
-    a recognised encoding.  This serves two purposes: to support character sets
-    (or names) not recognised either by libxml2 or iconv, and to skip
+    a recognized encoding.  This serves two purposes: to support character sets
+    (or names) not recognized either by libxml2 or iconv, and to skip
     conversion for an encoding where it is known to be unnecessary.</p>
 </usage>
 </directivesynopsis>
index 6cdca1869627552f92889ea7d7270b7340ce6c1b..1f9c2357e9d7aaee28ebd92913c11f92d2328f57 100644 (file)
@@ -276,7 +276,7 @@ Listen 192.170.2.5:8000
       IPv6 address without also accepting connections via IPv4, or
       conflicting with a Listen directive using an IPv4 address bound
       to the same port.  (If the server is built with IPv4-mapped
-      addresses <em>disabled</em>, this is the default behaviour and
+      addresses <em>disabled</em>, this is the default behavior and
       this option has no effect.)</li>
 
       <li><code>multipathtcp</code>: Enable the use of
index 38ed6703e8990a5554e9881358982b2f20079c6b..49760ddb1b7ea0534049c191207c7b3b401641c6 100644 (file)
       example when several modules each maintain their own connections.</p>
 
       <p>Apache 2.1 and later provides the <code>ap_dbd</code> API for
-      managing database connections (including optimised strategies
+      managing database connections (including optimized strategies
       for threaded and unthreaded MPMs), while APR 1.2 and later provides
       the <code>apr_dbd</code> API for interacting with the database.</p>
 
index 18623541a9761aacba99fd0930e987ea9d898c8f..a8005e20f3fe03c2c4e3e4e60a011a9ca7e417ef 100644 (file)
       <dd>Where possible, <module>mod_cache</module> directives can now be set
       per directory, instead of per server.</dd>
 
-      <dd>The base URL of cached URLs can be customised, so that a cluster of
+      <dd>The base URL of cached URLs can be customized, so that a cluster of
       caches can share the same endpoint URL prefix.</dd>
 
       <dd><module>mod_cache</module> is now capable of serving stale cached
index 2653fc65d8265e57d7a605422fafefcd76f7fde8..295ef2fa4b5b80fc3ff7da3190a4ada45673a2ab 100644 (file)
     the <code>-t</code> option.</dd>
 
     <dt><code>-n</code></dt>
-    <dd>Be nice. This causes slower processing in favour of other
+    <dd>Be nice. This causes slower processing in favor of other
     processes. <program>htcacheclean</program> will sleep from time to time
     so that (a) the disk IO will be delayed and (b) the kernel can schedule
     other processes in the meantime.</dd>
index d169d2288be38c3e979748a7540c2db9598bca89..64ab6c9c1183116680bcefe17d104c44c809d3c8 100644 (file)
@@ -218,7 +218,7 @@ syntax error(s).</note>
     (<directive module="core">Mutex</directive>) and Unix socket files
     (<directive module="mod_cgid">ScriptSock</directive>) contain the server
     PID, and should coexist without problem. However, if a configuration
-    directive, third-party module or persistent CGI utilises any other on-disk
+    directive, third-party module or persistent CGI utilizes any other on-disk
     lock or  state files, care should be taken to ensure that multiple running
     instances of <program>httpd</program> do not clobber each other's files.</p>
 
index e447a79706b945fe1e77e869ede876fcb5ddac49..bf3e9597f256e43116a590ab518a591c03549bc1 100644 (file)
       option, there is
       always the possibility that a system or library call suEXEC uses
       before this check may be exploitable on your system. To counter
-      this, and because it is best-practise in general, you should use
+      this, and because it is best-practice in general, you should use
       filesystem permissions to ensure that only the group httpd
       runs as may execute suEXEC.</p>
 
index d27f943ccf9cc77da466c4e403f6b4612b75b039..07d3a9f6a1a7aef81c56da15d662d2c74faaa7a6 100644 (file)
@@ -444,12 +444,12 @@ Require ip 127.0.0.1
         </li>
 
         <li><module>mod_charset_lite</module>: The <code>DebugLevel</code>
-        option has been removed in favour of per-module <directive
+        option has been removed in favor of per-module <directive
         module="core">LogLevel</directive> configuration.
         </li>
 
         <li><module>mod_ext_filter</module>: The <code>DebugLevel</code>
-        option has been removed in favour of per-module <directive
+        option has been removed in favor of per-module <directive
         module="core">LogLevel</directive> configuration.
         </li>
 
@@ -481,7 +481,7 @@ Require ip 127.0.0.1
         <directive module="mod_log_config">CustomLog</directive> were invoked using
         <code>/bin/sh -c</code> in 2.2 and earlier.  In 2.4 and later,
         piped logging commands are executed directly.  To restore the
-        old behaviour, see the <a href="logs.html#piped">piped logging
+        old behavior, see the <a href="logs.html#piped">piped logging
         documentation</a>.</li>
 
       </ul>
index e481c1768fadc3d572f792f703871e194ea602bd..2a3bd020ac3c963d982ee4634693438bf9feb499 100644 (file)
@@ -257,7 +257,7 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
     If this is not the server name you
     wish to use, a bogus entry (eg. <code>ServerName
     none.example.com</code>) can be added to get around this
-    behaviour.</p>
+    behavior.</p>
 </note>
 
 </section>