]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix whitespace, explanation
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 May 2009 18:14:49 +0000 (18:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 May 2009 18:14:49 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@773058 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a7c533046aed52d24fc2d1aba4c2a39e5f3e02a7..a2ca75ec5095729a8d455fde77bf3a012ad5d82a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -159,11 +159,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://people.apache.org/~rpluem/patches/sni_backport_2.2.x.diff
       +1: rpluem,
 
- * proxy_util: Resolve broken ProxyPassReverse balancer: syntax, Given;
-
+ * proxy_util: Resolve broken ProxyPassReverse balancer: given the config;
      BalancerMember balancer://alias http://example.com/foo
      ProxyPassReverse /bash balancer://alias/bar
-   should translate url http://example.com/foo/bar/that to /bash/that
+   proxy should translate url http://example.com/foo/bar/that to /bash/that
    Trunk version of patch works:
        http://svn.apache.org/viewvc?view=rev&revision=771587
    +1: wrowe