Re: [us...@httpd] How much backend connections with mod_proxy and multiple VirtualHost

2010-09-07 Thread Rainer Jung
On 07.09.2010 08:04, Christian Wittwer wrote: Hi, We're currently using a setup with a tomcat application server and an apache in front. The configuration looked like this. Apache/2.2.3 with prefork model and 7 virtualhosts. Each virtualhost had the following proxypass to the tomcat ajp connector

[us...@httpd] How much backend connections with mod_proxy and multiple VirtualHost

2010-09-06 Thread Christian Wittwer
Hi, We're currently using a setup with a tomcat application server and an apache in front. The configuration looked like this. Apache/2.2.3 with prefork model and 7 virtualhosts. Each virtualhost had the following proxypass to the tomcat ajp connector. ProxyPass / ajp://localhost:8009/ Now we cha