]> granicus.if.org Git - apache/commitdiff
Consistent capitalization of Internal Server Error.
authorRich Bowen <rbowen@apache.org>
Mon, 25 Apr 2016 14:37:53 +0000 (14:37 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 25 Apr 2016 14:37:53 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740846 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index aa4a93f1c5b4c37c8457eca94af4a7d20dabf880..d82de86dc492433ed129d63b5a5a6acd93697fd4 100644 (file)
@@ -434,7 +434,7 @@ NoDecode option available in 2.3.12 and later.</compatibility>
           <li><strong>Nonfatal=All</strong> treats both the above as nonfatal.</li>
       </ul>
       <p>Note that a syntax error in a valid directive will still cause
-      an internal server error.</p>
+      an Internal Server Error.</p>
       <note type="warning"><title>Security</title>
           Nonfatal errors may have security implications for .htaccess users.
           For example, if AllowOverride disallows AuthConfig, users'
@@ -530,7 +530,7 @@ AllowOverrideList Redirect RedirectMatch
 
     <p>In the example above, only the <code>Redirect</code> and
     <code>RedirectMatch</code> directives are allowed. All others will
-    cause an internal server error.</p>
+    cause an Internal Server Error.</p>
 
     <p>Example:</p>
 
@@ -543,7 +543,7 @@ AllowOverrideList CookieTracking CookieName
     </directive> grants permission to the <code>AuthConfig</code>
     directive grouping and <directive>AllowOverrideList</directive> grants
     permission to only two directives from the <code>FileInfo</code> directive
-    grouping. All others will cause an internal server error.</p>
+    grouping. All others will cause an Internal Server Error.</p>
 </usage>
 
 <seealso><directive module="core">AccessFileName</directive></seealso>