[users@httpd] Apache 2.4 proxy forward auth to backend

2014-12-12 Thread Enrico Pasqualotto
Hi all, I've two backend server that require HTTP auth and I need the proxy ask for it and forward to backend server. Proxy doesn't have the user/password file. In Apache 2.2 I solved in this way: VirtualHost *:80 ProxyPass / balancer://hotcluster/ Proxy balancer://hotcluster

Re: [users@httpd] Dynamic add proxy member using balancer-manager

2014-12-11 Thread Enrico Pasqualotto
the BalancerGrowth option does. Looks like you need to set it to some number to allow you to then add new members. On Dec 4, 2014, at 11:46 AM, Enrico Pasqualotto enrico.pasqualo...@gmail.com wrote: Hi all, it's some days that I'm trying to manage proxy member of my cluster using the web gui

[users@httpd] Dynamic add proxy member using balancer-manager

2014-12-04 Thread Enrico Pasqualotto
Hi all, it's some days that I'm trying to manage proxy member of my cluster using the web gui (balancer-manager) but I'm only able to manage the enable/disable and member weight. I'm using apache 2.4.7 and this is my virtual-host config: ServerName www.mysite.it ProxyPreserveHost