From: Rich Bowen
Date: Mon, 25 Apr 2016 14:37:53 +0000 (+0000)
Subject: Consistent capitalization of Internal Server Error.
X-Git-Tag: 2.5.0-alpha~1713
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0490f12b55c094b9986fd53270ccfe2bef747b4;p=thirdparty%2Fapache%2Fhttpd.git
Consistent capitalization of Internal Server Error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740846 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index aa4a93f1c5b..d82de86dc49 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -434,7 +434,7 @@ NoDecode option available in 2.3.12 and later.
Nonfatal=All treats both the above as nonfatal.
Note that a syntax error in a valid directive will still cause
- an internal server error.
+ an Internal Server Error.
Security
Nonfatal errors may have security implications for .htaccess users.
For example, if AllowOverride disallows AuthConfig, users'
@@ -530,7 +530,7 @@ AllowOverrideList Redirect RedirectMatch
In the example above, only the Redirect
and
RedirectMatch
directives are allowed. All others will
- cause an internal server error.
+ cause an Internal Server Error.
Example:
@@ -543,7 +543,7 @@ AllowOverrideList CookieTracking CookieName
grants permission to the AuthConfig
directive grouping and AllowOverrideList grants
permission to only two directives from the FileInfo
directive
- grouping. All others will cause an internal server error.
+ grouping. All others will cause an Internal Server Error.
AccessFileName