Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Peter Hinse
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

Re: [EMAIL PROTECTED] stickysession on mod_proxy_balancer

2007-11-28 Thread Peter Hinse
[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

Re: [EMAIL PROTECTED] Protecting a specific URL with Apache / Jabber server

2007-04-23 Thread Peter Hinse
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

Re: [EMAIL PROTECTED] Protecting a specific URL with Apache / Jabber server

2007-04-23 Thread Peter Hinse
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

Re: [EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-29 Thread Peter Hinse
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

Re: [EMAIL PROTECTED] mod_proxy_balancer problem

2007-03-27 Thread Peter Hinse
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_

Re: [EMAIL PROTECTED] Best practice for mod_proxy_ajp/balancer in apache-2.2.4?

2007-02-21 Thread Peter Hinse
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

[EMAIL PROTECTED] Best practice for mod_proxy_ajp/balancer in apache-2.2.4?

2007-02-13 Thread Peter Hinse
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