DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40439>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40439 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-08 18:17 ------- > But your patch can lead to the > wrong error message in the following case: > <Location /test> > ProxyPass balancer://mycluster/test On > </Location> I got it. Then, I tried the patch on Apache httpd 2.2.3. I tested these three patterns: 1. <Location /foo> ProxyPass /test http://example.com/test </Location> Error message: ProxyPass can not have a path when defined in a location. 2. <Location /foo> ProxyPass http://example.com/test SomeOption </Location> Error message: Invalid ProxyPass parameter. Parameter must be in the form 'key=value'. 3. in root of httpd.conf ProxyPass /foo http://example.com/bar SomeOption Error message: Invalid ProxyPass parameter. Parameter must be in the form 'key=value'. (I used "apachectl -t") Error message are now correct. It seems like the bug has been fixed. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
