On Mar 29, 4:52 am, Max Ischenko <[email protected]> wrote:
> I run three identical paster servers which are proxied by nginx, using
> round-robin load balancing. nginx also serves all static content and works
> as a proxy to apache. Apache now has far fewer modules, mainly mod_php for
> our PHP pages.
FWIW, I found a considerable performance upgrade over Apache's mod_php
by switching to php-cgi through nginx, and then running an opcode
cache ( either APC or eAccelerator ) made it even faster. There are
some benchmarks out there on this; unless you need something within
apache itself ( i often do for mod_perl ) , it might be worth
discarding completely.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---