mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
typo fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -558,7 +558,7 @@ Alias /myapp /opt/myapp-1.2.3
|
||||
|
||||
<dt><code>REQUEST_SCHEME</code></dt>
|
||||
|
||||
<dd>Will contain the scheme of the request (ususally
|
||||
<dd>Will contain the scheme of the request (usually
|
||||
"http" or "https"). This value can be influenced with
|
||||
<directive module="core">ServerName</directive>.</dd>
|
||||
|
||||
|
@ -179,7 +179,7 @@ matched against the URL-path of the incoming request (the part after the
|
||||
hostname but before any question mark indicating the beginning of a query
|
||||
string) or, in per-directory context, against the request's path relative
|
||||
to the directory for which the rule is defined. Once a substitution has
|
||||
occured, the rules that follow are matched against the substituted
|
||||
occurred, the rules that follow are matched against the substituted
|
||||
value.
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user