09-14-05 10:46 PM
I should've changed the error message. Replace in your head "configured
vhosts" with "configured service".
You need to make two services (named delicious and delicious_rss) of type
reverse_proxy, setup with all the fancy options you desire, and then have
delicious use pool, say, "pool_regular" and delcious_rss service use pool,
say, "pool_rss".
- Brad
On Wed, 14 Sep 2005, Max Michaels wrote:
> Hey Brad,
>
> Thanks again for your help. We here at del.icio.us owe ya one. So I've
> made a little progress and now the problem I'm running into is that
> when i request the pages. It is directing correctly to the vhosts, but
> it is saying that the vhosts aren't defined. I'm getting a 404 with the
> message "Not Found (no configured vhosts 'delicious')" or
> delicious_rss. I'm thinking that from looking at the example vhost
> config that vhosts aren't aware of Pools. Just a guess. My config is
> below. Thanks again for your help.
>
> oad DeliciousSelector
>
> CREATE POOL delicious_rss
> POOL delicious_rss ADD x.x.x.x6:80
>
> CREATE POOL delicious
> POOL delicious ADD y.y.y.y:80
>
> CREATE SERVICE balancer2
> SET listen = z.z.z.z:80
> SET role = selector
> SET plugins = DeliciousSelector
> ENABLE balancer2
>
>
> Thanks again,
>
> -max
> On Sep 13, 2005, at 1:54 PM, Brad Fitzpatrick wrote:
>
>
>
[ Post a follow-up to this message ]
|