https://bz.apache.org/bugzilla/show_bug.cgi?id=57543

Yann Ylavic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Yann Ylavic <[email protected]> ---
(In reply to Federico Mennite from comment #2)
> I splitted each balancer in a separated file that I include with an Include
> directive in the interested vhosts.
> 
> A side effect of this configuration is that I have to create a balancer
> manager entry fo every vhost in order to be able to manage them.

I don't know how you create a "balancer manager entry", but something like :
<Location /balancer-manager>
    SetHandler balancer-manager
    [...]
</Location>
can be part of the Include'd file, it will still be per vhost.

Depends on the specifics of [...] though.
mod_macro is possibly a better alternative since it can take specific args
(unlike Include).

> 
> Question. What happens if a single balancer is included by multiple vhosts
> (basically each vhosts point to a balancer that keeps the same name accross
> vhosts)? Is that going to be a sigle balancer from a logical point of view?

Indeed, the (logical) name is per vhost.

-- 
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