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=44189>. 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=44189 ------- Additional Comments From [EMAIL PROTECTED] 2008-01-09 06:53 ------- (In reply to comment #1) > nocanon is available in 2.2.7 and later. I guess you were reading the > 2.2-current documentation. Hi Nick, I have installed the 2.2.7 windiws binary (download from www.apachelounge.com). However, my problem is still not resolved. If I use the nocanon keyword as follows ProxyPass /app balancer://mycluster nocanon it is accepting the syntax unlike 2.2.6. But that doesn't solve the problem as "/" is appended to the worker URL. And if I give <Proxy balancer://mycluster> BalancerMember http://server1/webapp/Myservlet loadfactor=1 nocanon BalancerMember http://server2/webapp/MyServlet loadfactor=1 proxySet lbmethod=byrequests </Proxy> I get the following error D:\apache\apache2.2.7\bin>httpd.exe Syntax error on line 513 of D:/apache/apache2.2.7/conf/httpd.conf: BalancerMember can not have a balancer name when defined in a location. I set the loglevel to debug and it shows mod_proxy_balancer rewites my url from http://server1/webapp/Myservlet to http://server1/webapp/Myservlet/. Any solution to this problem? Thanks for your help. -- 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]
