May 24, 2012

Post: Lighttpd as reverse proxy

lighttpd in front of apache to handle http requests (more about http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/ ) , redirect…|htm)$” { proxy.server = ( “” => ( ( “host” => “127.0.0.1″, “port” => 8080 ) ) ) } This actually directs lighttpd to redirect all requests…