From: André Malo Date: Mon, 28 Aug 2006 18:37:09 +0000 (+0000) Subject: fix validation error X-Git-Tag: 2.3.0~2143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40712b8afe546452cbcbaa883e221d42d86b3d48;p=apache fix validation error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437773 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index 18296e1c6b..e923499396 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -276,6 +276,7 @@ candidate lbstatus -= total factor

At present there are 5 environment variables exported:

+
BALANCER_SESSION_STICKY

This is assigned the stickysession value used in the current @@ -309,6 +310,7 @@ candidate lbstatus -= total factor

This is assigned the route of the worker that will be used for the current request.

+
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index c07ead949d..694b0a1456 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -187,10 +187,6 @@ RewriteRule (.*\.(jpg|gif|png))$ http://images.example.com$1 [P,NC]

Passthrough flag

-
PT|passthrough -

Passthrough flag

-
-
QSA|qsappend

Query String Append flag