You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@locus.apache.org on 2000/07/13 22:26:46 UTC

cvs commit: apache-1.3/htdocs/manual/mod mod_setenvif.html

coar        00/07/13 13:26:46

  Modified:    htdocs/manual/mod mod_setenvif.html
  Log:
  	SetEnvIf* documentation was incomplete..  add detail on when the
  	directives started being usable in .htaccess files.
  
  Revision  Changes    Path
  1.10      +8 -3      apache-1.3/htdocs/manual/mod/mod_setenvif.html
  
  Index: mod_setenvif.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_setenvif.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- mod_setenvif.html	2000/06/05 16:08:13	1.9
  +++ mod_setenvif.html	2000/07/13 20:26:44	1.10
  @@ -86,7 +86,8 @@
      HREF="directive-dict.html#Compatibility"
      REL="Help"
     ><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above (in Apache 1.2
  -  this directive was found in the now-obsolete mod_browser module)
  +  this directive was found in the now-obsolete mod_browser module); use
  +  in .htaccess files only supported with 1.3.13 and later
     </P>
     <P>
     The BrowserMatch directive defines environment variables based on the
  @@ -265,7 +266,8 @@
      REL="Help"
     ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above; the
     Request_Protocol keyword and environment-variable matching are only
  -  available with 1.3.7 and later
  +  available with 1.3.7 and later; use in .htaccess files only supported
  +  with 1.3.13 and later
     </P>
     <P>
     The <SAMP>SetEnvIf</SAMP> directive defines environment variables
  @@ -375,7 +377,10 @@
     <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 and environment-variable matching are only
  +  available with 1.3.7 and later; use in .htaccess files only supported
  +  with 1.3.13 and later
     </P>
     <P>
     The <SAMP>SetEnvIfNoCase</SAMP> is semantically identical to the