Re: [us...@httpd] High load apache

2010-09-08 Thread Christian Wittwer
I guess you can, beside from all the apache tuning, speed up your setup with two components. 1. Use a php accelerators 2. Run a http accelerator like varnish in front of the apache for all the static files 2010/9/8 luis medrano : > what this modules do? > > On Wed, Sep 8, 2010 at 1:30 PM, Paras pr

[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