https://issues.apache.org/bugzilla/show_bug.cgi?id=48508

           Summary: BalancerMember doesn't accept nocanon directive
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Having a setup of a single reverse proxy with nocanon applied. Example:

ProxyPass /some/uri http://xyz.tld/some/uri nocanon
ProxyPassReverse /some/uri http://xyz.tld/some/uri/ nocanon


The same configuration with load balancing reverse proxy doesn't allow to apply
nocanon to the BalancerMember URL, e.g. BalancerMember http://xyz.tld/some/uri
nocanon.

In the load balancing configuration the nocanon should be applied to the
BalancerMember. Setting nocanon on ProxyPass and ProxyPassReverse doesn't help
much. Example:

ProxyPass /some/uri balancer://serv1/ nocanon
ProxyPassReverse /some/uri balancer://serv1/ nocanon

Expected this to work:

<Proxy balancer://serv1>
  BalancerMember http://xyz.tld/some/uri nocanon
  ...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to