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
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