Tanner Postert wrote:
Your first question is easy to answer:
1. Host information is not passed to the balancer member, which means
I can't have virtual hosts set up on the balancers? How do I do
this? (currently the default virtual host is picking everything up)
http://httpd.a
[EMAIL PROTECTED] wrote:
> I'm trying to setup mod_proxy_balancer on a server and I couldn't get the
> "Sticky Session" working , this is my configuration:
>
>
>BalancerMember http://10.1.1.100:8080
>
>BalancerMember http://10.1.1.101:8080
>
>BalancerMember http://10.1.1.102:8080
Mário Gamito wrote:
>> Try to bind the Jabber HTTP interface to localhost and use apache as
>> proxy. Then you can use all kind of restrictions in your httpd.conf.
> I can't bind the Jabber HTTP to localhost.
>
> Any ideas ?
>
> I'm no Apache guru :(
Then why don't you use mod_proxy_http and re
Mário Gamito wrote:
>> That would probably be completely dependent of the functions in your
>> Jabber server, since I assume that is responsible for serving those
>> ports?
>> If it uses Apache as it's web interface, just use .htaccess as normal.
> The Jabber server has no function for that and do
PIRONET Benoit schrieb:
> I have changed my VirtualHost configuration like this:
>
>
> ServerName lbtest.lifeonline.be
> ServerAdmin [EMAIL PROTECTED]
> ProxyPass / balancer://mycluster2 stickysession=PHPSESSIONID
> nofailover=On
>
> BalancerMember
PIRONET Benoit wrote:
> Hello everybody
>
>
>
> I have an apache 2.2.4 on a freebsd 5.4 server.
>
>
>
> I try to set up a virtual host with load balancing.
>
>
>
> Here is a part of my httpd.conf:
>
> LoadModule proxy_module libexec/apache22/mod_proxy.so
>
> LoadModule proxy_balancer_
Peter Hinse wrote:
> since this is the first time I have to admin a JBoss Cluster behind an
> apache proxy, I have several questions regarding configuration for the
> following scenario:
>
> A JBoss 4.0.5 Cluster with 2-n instances as Application Server, Apache
> 2.2.4 with
Hi all,
since this is the first time I have to admin a JBoss Cluster behind an
apache proxy, I have several questions regarding configuration for the
following scenario:
A JBoss 4.0.5 Cluster with 2-n instances as Application Server, Apache
2.2.4 with mod_proxy_ajp and mod_proxy_balancer handling