From: Rich Bowen
For an intruction to using CGI scripts with Apache, see our +
For an introduction to using CGI scripts with Apache, see our tutorial on Dynamic Content With CGI.
-diff --git a/docs/manual/mod/mod_headers.html b/docs/manual/mod/mod_headers.html index a9983f63a3..6b7b887c1c 100644 --- a/docs/manual/mod/mod_headers.html +++ b/docs/manual/mod/mod_headers.html @@ -271,10 +271,10 @@ are supported in value:DavLockDB /tmp/DavLock
(Any web-server writeable filename, without an extension) +DavLockDB /tmp/DavLock
(Any web-server writable filename, without an extension)
%t: The time the request was received in Universal Coordinated Time since the epoch (Jan. 1, 1970) measured in microseconds. The - value is preceeded by "t=". + value is preceded by "t=". %D: The time from when the request was received to the time the headers are sent on the wire. This is a measure of the - duration of the request. The value is preceeded by "D=". + duration of the request. The value is preceded by "D=".
When the Header
directive is used with the
diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html
index a81ad4d258..a44fb4cdcd 100644
--- a/docs/manual/mod/mod_isapi.html
+++ b/docs/manual/mod/mod_isapi.html
@@ -254,10 +254,10 @@ REL="Help"
Defines the maximum size of the Read Ahead Buffer sent to
- ISAPI extentions when they are initally invoked. All
+ ISAPI extensions when they are initially invoked. All
remaining data must be retrieved using the ReadClient
callback; some ISAPI extensions may not support the
- ReadClient function. Refer questions to the ISAPI extention's
+ ReadClient function. Refer questions to the ISAPI extension's
author.
- Logs all requests for unsupported features from ISAPI extentions + Logs all requests for unsupported features from ISAPI extensions in the server error log. While this should be turned off once all desired ISAPI modules are functioning, it defaults to on to help administrators track down problems. @@ -331,7 +331,7 @@ HREF="module-dict.html#Compatibility" REL="Help" >Compatibility: Apache 1.3.13 and later, Win32 only
- Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions + Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the server error log.
- Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions + Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field (appended to the CustomLog %q component).
diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 0de41934de..4e12cc47f0 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1415,8 +1415,8 @@ run-time. 1.1.x a System V8 and for Apache 1.2.x and later a POSIX) regular expression which gets applied to the current URL. Here ``current'' means the value of the URL when this rule gets -applied. This may not be the originally requested URL, because no -longer existingany number of rules may already have matched and made +applied. This may not be the originally requested URL, because +any number of rules may already have matched and made alterations to it.