Commit 89c3fc8d authored by Eric Covener's avatar Eric Covener
Browse files

xforms



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1785908 13f79535-47bb-0310-9956-ffa450edef68
parent a1ada6d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10</pre>
&lt;/Location&gt;</pre>


      <p> The "no-proxy" environment variable can be set to disable 
      <p> In 2.4.26 and later, the "no-proxy" environment variable can be set to disable 
      <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> processing the current request.
      This variable should be set with <code class="directive"><a href="../mod/mod_setenvif.html#setenvif">SetEnvIf</a></code>, as <code class="directive"><a href="../mod/mod_env.html#setenv">SetEnv</a></code>
      is not evaluated early enough.</p>
@@ -1112,7 +1112,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre>
      specific location will take precedence.</p>

      <p>For the same reasons, exclusions must come <em>before</em> the
      general <code class="directive">ProxyPass</code> directives. The "no-proxy"
      general <code class="directive">ProxyPass</code> directives. In 2.4.26 and later, the "no-proxy"
      environment variable is an alternative to exclusions, and is the only
      way to configure an exclusion of a <code class="directive">ProxyPass</code>
      directive in <code class="directive"><a href="../mod/core.html#location">Location</a></code> context. 
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision: 1781328 -->
<!-- English Revision: 1781328:1785907 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 344971:1781328 (outdated) -->
<!-- English Revision: 344971:1785907 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

  <variants>
    <variant>en</variant>
    <variant>fr</variant>
    <variant outdated="yes">fr</variant>
    <variant outdated="yes">ja</variant>
  </variants>
</metafile>