November 2010
1 post
Accelerating 417east
Recently I’ve been experimenting with methods for decreasing load on 417east. Currently it hosts 38 virtual hosts running on nginx: a few Rack applications passed through mod_rack; half are passed through PHP-FPM; the rest being static HTML sites. The server also runs sshd and afpd (so Mac users smile), and tends to run low on memory if applications leak.
First, I switched from Apache to...