From 4f8584ed30b8d1e3786ff6bec0003e6d9e8633ec Mon Sep 17 00:00:00 2001
From: Ken Coar
Date: Wed, 19 May 1999 13:26:06 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_setenvif.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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
--
2.47.3