On 8/31/2012 6:08 PM, Ed Young wrote:
> I now need to get the urls for the /admin/jkmanager or
> /balancer-manager working. Currently they are yielding 404.

I didn't see this in your configuration, but you have to enable the
balancer manager explicitly:

    <Location /balancer-manager>
       SetHandler balancer-manager
       Order deny,allow
       Deny from all
       Allow from 192.168
    </Location>

-- 
Daniel Ruggeri

Reply via email to