Quote:
Originally Posted by jawatkin
He's right, I'm on 3.6.5, actually and it's working fine on Apache. I just really would love some insight on making this work with lighttpd. The rewrite rules just "almost" get there for lighttpd, and I've got mod_magnet installed, just don't know anything about using LUA for rewrites. Anyone got anything for me? I'm thinking about lighttpd serving all static content and forwarding any PHP/HTML requests to an apache back end, but I'm getting lag on certain web apps that I use (and others are fine). They work fine with just lighttpd, but I can't get the rewrites to work! 
|
For those wondering, I finally gave up on lighttpd's poor rewrite rules and mod_magnet+lua. I am running lighttpd up front to serve static content, with an apache 2.2 back end and it's really cut down on RAM usage (I tested with 250 concurrent and the new setup uses about 220MB of RAM under the load, and only spawns 11-12 httpd's, while a full apache2 setup uses about 320-330MB of RAM and spawns 25-30 httpd's!!)
Thanks for this mod...