Commit a26aa8a6 authored by Andre Malo's avatar Andre Malo
Browse files

fix validation error


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437773 13f79535-47bb-0310-9956-ffa450edef68
parent 96069228
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -276,6 +276,7 @@ candidate lbstatus -= total factor</code></pre>
    <p>At present there are 5 environment variables exported:</p>
    
    <!-- ============= BALANCER_SESSION_STICKY =============== -->
    <dl>
    <dt><var><a name="balancer_session_sticky" id="balancer_session_sticky">BALANCER_SESSION_STICKY</a></var></dt>
    <dd>
    <p>This is assigned the <var>stickysession</var> value used in the current
@@ -309,6 +310,7 @@ candidate lbstatus -= total factor</code></pre>
    <p>This is assigned the <var>route</var> of the worker that will be 
    used for the current request.</p>
    </dd>
    </dl>

</section>

+0 −4
Original line number Diff line number Diff line
@@ -187,10 +187,6 @@ RewriteRule (.*\.(jpg|gif|png))$ http://images.example.com$1 [P,NC]
<p>Passthrough flag</p>
</section>

<section id="flag_pt"><title>PT|passthrough</title>
<p>Passthrough flag</p>
</section>

<section id="flag_qsa"><title>QSA|qsappend</title>
<p>Query String Append flag</p>
</section>