From: Daniel Gruno
For example, you might recieve, in addition to more usual +
For example, you might receive, in addition to more usual environment variables, the following.
If you point your ErrorDocument
to some variety of
dynamic handler such as a server-side include document, CGI
script, or some variety of other handler, you may wish to use the
- available custom environent variables to customize this
+ available custom environment variables to customize this
response.
If the ErrorDocument specifies a local redirect to a CGI diff --git a/docs/manual/install.xml b/docs/manual/install.xml index eae54e34df..630d64e664 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -364,7 +364,7 @@ $ tar xvf httpd-NN.tar major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.3), there will likely be major differences in the compile-time and run-time configuration that will require manual adjustments. All - modules will also need to be upgraded to accomodate changes in the + modules will also need to be upgraded to accommodate changes in the module API.
Upgrading from one minor version to the next (for example, from diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index 1d688cba07..bd35c3dc4f 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -607,7 +607,7 @@ error when connecting to my newly installed server? circumvent this issue.
Note that if you have a wildcard SSL certificate, or a - certificate that has multple hostnames on it using subjectAltName + certificate that has multiple hostnames on it using subjectAltName fields, you can use SSL on name-based virtual hosts without further workarounds.
@@ -668,7 +668,7 @@ a negotiable standard compression method.OpenSSL 0.9.8 started to support this by default when compiled with the
zlib
option. If both the client and the server support compression,
it will be used. However, most clients still try to initially connect with an
-SSLv2 Hello. As SSLv2 did not include an array of prefered compression algorithms
+SSLv2 Hello. As SSLv2 did not include an array of preferred compression algorithms
in its handshake, compression cannot be negotiated with these clients.
If the client disables support for SSLv2, either an SSLv3 or TLS Hello
may be sent, depending on which SSL library is used, and compression may
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index 46c412a522..ebca08faa2 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -36,7 +36,7 @@ before progressing to the advanced techniques.
Your SSL configuration will need to contain, at a minumum, the +
Your SSL configuration will need to contain, at minimum, the following directives.
diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml index 737e18f56e..995fd7d508 100644 --- a/docs/manual/suexec.xml +++ b/docs/manual/suexec.xml @@ -239,7 +239,7 @@
If it doesn't exist, it can't very well contain files. If we - can't change directory to it, it might aswell not exist. + can't change directory to it, it might as well not exist.