From: Ken Coar
Date: Wed, 19 May 1999 13:26:06 +0000 (+0000)
Subject: Allow SetEnvIf* to set things according to the protocol of
X-Git-Tag: apache-apr-merge-3~5
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8584ed30b8d1e3786ff6bec0003e6d9e8633ec;p=thirdparty%2Fapache%2Fhttpd.git
Allow SetEnvIf* to set things according to the protocol of
the request.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83220 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html
index 51bd8e905ee..d3ed345b733 100644
--- a/docs/manual/mod/mod_setenvif.html
+++ b/docs/manual/mod/mod_setenvif.html
@@ -260,7 +260,8 @@
Compatibility: Apache 1.3 and above
+ >Compatibility: Apache 1.3 and above; the
+ Request_Protocol keyword is only available with 1.3.7 and later
The SetEnvIf directive defines environment variables
@@ -285,6 +286,10 @@
Request_Method - the name of the method being used
(GET, POST, et cetera)
+ Request_Protocol - the name and version of the protocol
+ with which the request was made (e.g., "HTTP/0.9", "HTTP/1.1",
+ etc.)
+
Request_URI - the portion of the URL following the
scheme and host portion