summaryrefslogtreecommitdiffstats
path: root/docs/manual/custom-error.html
diff options
context:
space:
mode:
authorRandy Terbush <randy@apache.org>1996-12-02 19:14:12 +0100
committerRandy Terbush <randy@apache.org>1996-12-02 19:14:12 +0100
commit5c09d4b24b0da061f0aaf386c123ad187bc041c0 (patch)
tree616b2f210471eaaf51459f84bcb5ea5c7f23ef20 /docs/manual/custom-error.html
parentCrikey, how did this one slip by for so long? (diff)
downloadapache2-5c09d4b24b0da061f0aaf386c123ad187bc041c0.tar.xz
apache2-5c09d4b24b0da061f0aaf386c123ad187bc041c0.zip
Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/custom-error.html')
-rw-r--r--docs/manual/custom-error.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/custom-error.html b/docs/manual/custom-error.html
index 0518f041cd..efc3f041e2 100644
--- a/docs/manual/custom-error.html
+++ b/docs/manual/custom-error.html
@@ -1,6 +1,6 @@
<HTML>
<HEAD>
-<TITLE>Ccustom error responses</TITLE>
+<TITLE>Custom error responses</TITLE>
</HEAD>
<BODY>
@@ -9,7 +9,7 @@
<DL>
<DT>Purpose
-<DD>Additional functionality. Allows webmasters to configure the response of
+<DD>Additional functionality. Allows web-masters to configure the response of
Apache to some error or problem.<BR>
<P>Customizable responses can be defined to be activated in the event of a
server detected error or problem.<BR>
@@ -82,14 +82,14 @@ prior to sending a <code>SIGHUP</code> (kill -1) signal.
<h2>Custom error responses and redirects</H2>
<DL>
<DT>Purpose
-<DD>Apache's behaviour to redirected URLs has been modified so that additional
+<DD>Apache's behavior to redirected URLs has been modified so that additional
environment variables are available to a script/server-include.<p>
-<DT>Old behaviour
+<DT>Old behavior
<DD>Standard CGI vars were made available to a script which has been
redirected to. No indication of where the redirection came from was provided.
<p>
-<DT>New behaviour
+<DT>New behavior
<DD>A new batch of environment variables will be initialized for use by a
script which has been redirected to.<BR>
Each new variable will have the prefix <code>REDIRECT_</code>.<BR>