From: Marc Slemko
This directive is equivilent to Alias, but +
This directive is equivalent to Alias, but
makes use of standard regular expressions, instead of simple prefix
matching. The supplied regular expression is matched against the URL,
and if it matches, the server will substitute any parenthesized
@@ -162,7 +162,7 @@ the function send_error_response
in http_protocol.c).
Compatibility: Available in Apache 1.3 and later
This directive is equivilent to Redirect, but +
This directive is equivalent to Redirect, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL, and if it matches, the server will substitute any parenthesized @@ -241,7 +241,7 @@ run the script /web/cgi-bin/foo. Compatibility: Available in Apache 1.3 and later
-This directive is equivilent to ScriptAlias, but +
This directive is equivalent to ScriptAlias, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL, and if it matches, the server will substitute any parenthesized diff --git a/docs/manual/mod/mod_example.html b/docs/manual/mod/mod_example.html index 3501fcb8a64..26004e37c0c 100644 --- a/docs/manual/mod/mod_example.html +++ b/docs/manual/mod/mod_example.html @@ -32,7 +32,7 @@
The main file is mod_example.c
, which illustrates all
- the different callback mechanisms and call syntaces. By no means does
+ the different callback mechanisms and call syntaxes. By no means does
an add-on module need to include routines for all of the callbacks -
quite the contrary!
-<A HREF="/maps/imagmap1.map">
+<A HREF="/maps/imagemap1.map">
<IMG ISMAP SRC="/images/imagemap1.gif">
</A>
diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html index 5fde08c1a7d..e3d87e8c718 100644 --- a/docs/manual/mod/mod_isapi.html +++ b/docs/manual/mod/mod_isapi.html @@ -47,7 +47,7 @@
Apache's ISAPI implementation conforms to all of the ISAPI 2.0 specification, except for the "Microsoft-specific" extensions dealing - with ascynchronous I/O. Apache's I/O model does not allow asynchronous + with asynchronous I/O. Apache's I/O model does not allow asynchronous reading and writing in a manner that the ISAPI could access. If an ISA tries to access async I/O, a message will be place in the error log, to help with debugging. diff --git a/docs/manual/mod/mod_speling.html b/docs/manual/mod/mod_speling.html index ce47d523dc9..3ece21704c4 100644 --- a/docs/manual/mod/mod_speling.html +++ b/docs/manual/mod/mod_speling.html @@ -16,7 +16,7 @@
This module is contained in the mod_speling.c
file,
and is not compiled in by default.
- It attemps to correct misspellings of
+ It attempts to correct misspellings of
URLs that users might have entered, by ignoring capitalization
and by allowing up to one misspelling.
This catches the majority of misspelled requests. An automatic
@@ -76,7 +76,7 @@
correction will have an impact on the server's performance
when many spelling corrections have to be performed at the same time.
http://my.host/~apahce/
), just file names or
directory names.
diff --git a/docs/manual/platform/perf-hp.html b/docs/manual/platform/perf-hp.html
index 0bf286747df..23ab1c250a5 100644
--- a/docs/manual/platform/perf-hp.html
+++ b/docs/manual/platform/perf-hp.html
@@ -74,7 +74,7 @@ ftp://ftp.cup.hp.com/dist/networking/misc/listenq.
If folks are running Apache on a PA-8000 based system, they should
consider "chatr'ing" the Apache executable to have a large page size.
This would be "chatr +pi L diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 9a29051e599..6951e7cdbe5 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -117,7 +117,7 @@ But a notable exception is: Note also that modifying .htaccess parsing during Location doesn't do -anything because .htaccess parsing has already occured. +anything because .htaccess parsing has already occurred.
diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html index 0e992170c37..e64973edd73 100644 --- a/docs/manual/vhosts/details.html +++ b/docs/manual/vhosts/details.html @@ -299,7 +299,7 @@ taken to be a proxy request.
_default_
vhost catches a request only if there is no
other vhost with a matching IP address and a matching port
- number for the request. The request is only catched if the port number
+ number for the request. The request is only caught if the port number
to which the client sent the request matches the port number of your
_default_
vhost which is your standard Port
by default. A wildcard port can be specified (i.e.
diff --git a/docs/manual/vhosts/examples.html b/docs/manual/vhosts/examples.html
index c537f06dbb0..fbf159ecaf0 100644
--- a/docs/manual/vhosts/examples.html
+++ b/docs/manual/vhosts/examples.html
@@ -91,7 +91,7 @@
...
</VirtualHost>
- The main server can never catch a request, because all IP address
+ The main server can never catch a request, because all IP addresses
of our machine are in use for IP-based virtual hosts
(only localhost requests can hit the main server).
@@ -134,7 +134,7 @@
</Directory>
</VirtualHost>
- The main server can never catch a request, because all IP addresss
+ The main server can never catch a request, because all IP addresses
(apart from localhost) of our machine are in use for IP-based
virtual hosts. The web server can only be reached on the first address
through port 80 and the proxy only on the second address through port 8080.