You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2014/01/12 23:08:00 UTC

svn commit: r1557618 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/mod_setenvif.xml

Author: sf
Date: Sun Jan 12 22:08:00 2014
New Revision: 1557618

URL: http://svn.apache.org/r1557618
Log:
Merge r1557617:

make reference to <If > a link

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1557617

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml?rev=1557618&r1=1557617&r2=1557618&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml Sun Jan 12 22:08:00 2014
@@ -266,7 +266,7 @@ for additional examples.
 
 <usage>
     <p>The <directive>SetEnvIfExpr</directive> directive defines
-    environment variables based on an <directive type="section">If</directive>
+    environment variables based on an <directive module="core" type="section">If</directive>
     <code>ap_expr</code>. These expressions will be evaluated at runtime,
     and applied <em>env-variable</em> in the same fashion as <directive
     >SetEnvIf</directive>.</p>
@@ -288,7 +288,7 @@ for additional examples.
 
 <seealso><a href="../expr.html">Expressions in Apache HTTP Server</a>,
 for a complete reference and more examples.</seealso>
-<seealso><directive type="section">If</directive> can be used to achieve similar
+<seealso><directive module="core" type="section">If</directive> can be used to achieve similar
 results.</seealso>
 <seealso><module>mod_filter</module></seealso>
 </directivesynopsis>