Barack Obama - Change Can Happen!
 
Obama '08
Black Friday: deals cause total carnage
headline »
Sun, 30/11/08 – 23:09 | Comments

When I was younger I worked retail, and I remember dreading the holiday season; we’d be completely busy, and customers were never ruder.  I’ve seen ads poking fun at rabid crowds trying to break down doors before stores open to get the latest deals around the holidays, and it’s always some comment about how the [...]

Read the full story »
art

geek

howto

music

politics

Home » Archive by Tags

Articles tagged with: lighty

HOWTO: determine optimal fastcgi settings for Lighttpd
Thursday, 28 Feb, 2008 – 11:50 | Comments
HOWTO: determine optimal fastcgi settings for Lighttpd

Anyone building a server with a LAMP stack today has tons of options, mine have evolved to using Varnish -> Lighttpd -> Xcache -> PHP5 -> MySQL. Once I had Lighttpd (aka Lighty) installed and running PHP pages I looked to optimize the configuration and push it as hard as possible for more speed. [...]

HOWTO: log the user’s IP, not the proxy’s, in Lighttpd access log
Wednesday, 9 Jan, 2008 – 10:17 | Comments
HOWTO: log the user’s IP, not the proxy’s, in Lighttpd access log

When you run a webserver behind a reverse proxy or HTTP accelerator like Squid or Varnish, the webserver access logs will display the IP of the proxy (generally 127.0.0.1) instead of the end user’s IP.  This not only breaks any kind of tracking or reporting you want to run against your webserver logs, but it [...]