From: Ralf S. Engelschall Date: Fri, 15 May 1998 09:29:15 +0000 (+0000) Subject: fix typos. X-Git-Tag: APACHE_1_3b7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf70d922f9525a1c10071360ce22f518c47eeaec;p=thirdparty%2Fapache%2Fhttpd.git fix typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81284 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 241a17ac0ae..93927681623 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -59,7 +59,7 @@ parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule to provide a really flexible and powerful URL manipulation mechanism. The URL manipulations can depend on various tests, for instance server variables, -environment variables, HTTP headers, timestamps and even external database +environment variables, HTTP headers, time stamps and even external database lookups in various formats can be used to achieve a really granular URL matching. @@ -129,7 +129,7 @@ and gifted exclusively to the The Apache Group in July 1997 by

The internal processing of this module is very complex but needs to be explained once even to the average user to avoid common mistakes and to let -you exploit its full funtionality. +you exploit its full functionality.

API Phases

@@ -182,7 +182,7 @@ operate. To make this point more clear remember the following two points: manipulations in per-server context are really fast and efficient, per-directory rewrites are slow and inefficient due to this chicken and egg problem. But on the other hand this is the only way mod_rewrite can - provide (locally restricted) URL manipulatiuons to the avarage user. + provide (locally restricted) URL manipulations to the average user.

@@ -245,7 +245,7 @@ the substitution of the URL with Substitution.

Regex Back-Reference Availability

-One important thing here has to be rememberd: Whenever you +One important thing here has to be remembered: Whenever you use parenthesis in Pattern or in one of the TestPattern back-reference are internally created which can be used with the strings $N and %N (see below). And these @@ -657,7 +657,7 @@ RewriteMap real-to-host txt:/path/to/file/map.txt post-processing feature: After looking up a value it is parsed according to contained ``|'' characters which have the meaning of ``or''. Or in other words: they indicate a set of alternatives from which the actual - returned value is choosen randomly. Although this sounds crazy and useless, it + returned value is chosen randomly. Although this sounds crazy and useless, it was actually designed for load balancing in a reverse proxy situation where the looked up values are server names. Example: