]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow SetEnvIf* to set things according to the protocol of
authorKen Coar <coar@apache.org>
Wed, 19 May 1999 13:26:06 +0000 (13:26 +0000)
committerKen Coar <coar@apache.org>
Wed, 19 May 1999 13:26:06 +0000 (13:26 +0000)
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

index 51bd8e905ee263789adb20b6a1324f1358057e25..d3ed345b73397e6fbd7fc24ab4e693537f4799d4 100644 (file)
   <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
    <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>