summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_setenvif.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1999-05-19 15:26:06 +0200
committerKen Coar <coar@apache.org>1999-05-19 15:26:06 +0200
commit4f8584ed30b8d1e3786ff6bec0003e6d9e8633ec (patch)
tree0f0a83505064545513c223b5704c047f5ca0790c /docs/manual/mod/mod_setenvif.html
parentUpdate DSO status... (diff)
downloadapache2-4f8584ed30b8d1e3786ff6bec0003e6d9e8633ec.tar.xz
apache2-4f8584ed30b8d1e3786ff6bec0003e6d9e8633ec.zip
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
Diffstat (limited to 'docs/manual/mod/mod_setenvif.html')
-rw-r--r--docs/manual/mod/mod_setenvif.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html
index 51bd8e905e..d3ed345b73 100644
--- a/docs/manual/mod/mod_setenvif.html
+++ b/docs/manual/mod/mod_setenvif.html
@@ -260,7 +260,8 @@
<A
HREF="directive-dict.html#Compatibility"
REL="Help"
- ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above
+ ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above; the
+ Request_Protocol keyword is only available with 1.3.7 and later
</P>
<P>
The <SAMP>SetEnvIf</SAMP> directive defines environment variables
@@ -285,6 +286,10 @@
<LI><SAMP>Request_Method</SAMP> - the name of the method being used
(<SAMP>GET</SAMP>, <SAMP>POST</SAMP>, <EM>et cetera</EM>)
</LI>
+ <LI><SAMP>Request_Protocol</SAMP> - the name and version of the protocol
+ with which the request was made (<EM>e.g.</EM>, "HTTP/0.9", "HTTP/1.1",
+ <EM>etc.</EM>)
+ </LI>
<LI><SAMP>Request_URI</SAMP> - the portion of the URL following the
scheme and host portion
</LI>