summaryrefslogtreecommitdiffstats
path: root/docs/manual/custom-error.xml
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-09-23 15:36:39 +0200
committerJim Jagielski <jim@apache.org>2011-09-23 15:36:39 +0200
commit69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (patch)
tree304a1e7196cfcd252ab9ce7c54b2de985e319a17 /docs/manual/custom-error.xml
parentdocco xforms (diff)
downloadapache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.tar.xz
apache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.zip
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/custom-error.xml')
-rw-r--r--docs/manual/custom-error.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml
index d687d7e524..c62ab13247 100644
--- a/docs/manual/custom-error.xml
+++ b/docs/manual/custom-error.xml
@@ -29,7 +29,7 @@
<p>Although the Apache HTTP Server provides generic error responses
in the event of 4xx or 5xx HTTP status codes, these responses are
rather stark, uninformative, and can be intimidating to site users.
- You may wish to provide custom error responses which are either
+ You may wish to provide custom error responses which are either
friendlier, or in some language other than English, or perhaps which
are styled more in line with your site layout.</p>
@@ -52,7 +52,7 @@
module="core">ErrorDocument</directive> directive,
which may be used in global,
virtualhost, or directory context. It may be used in .htaccess files
- if <directive module="core">AllowOverride</directive> is set to
+ if <directive module="core">AllowOverride</directive> is set to
FileInfo.</p>
<example>
@@ -157,8 +157,8 @@
<p>Note that if the response contains <code>Location:</code>
header (in order to issue a client-side redirect), the script
- <em>must</em> emit an appropriate <code>Status:</code> header
- (such as <code>302&nbsp;Found</code>). Otherwise the
+ <em>must</em> emit an appropriate <code>Status:</code> header
+ (such as <code>302&nbsp;Found</code>). Otherwise the
<code>Location:</code> header may have no effect.</p>
</section>
@@ -191,7 +191,7 @@
provide more useful information to users about your site, and what
they can expect to find there.</p>
- <p><module>mod_include</module> and <module>mod_negotiation</module>
+ <p><module>mod_include</module> and <module>mod_negotiation</module>
must be enabled to use this feature.</p>
</section>