On Tue, 2005-09-06 at 16:37 +0200, Denis Banovic wrote: > Do you have to run 2 instances of apache when you want to profit from > the reverse proxy configuration? > Or is it enough to have 2 different Virtual Server running?
Two separate instances with mod_perl 1 or mod_perl 2 in prefork MPM. It may be possible to set up pooling of interpreters to get a similar benefit without multiple servers when using mod_perl 2 with threads, but I haven't tried this. - Perrin