Barack Obama and Joe Biden: The Change We Need
 
Obama '08
Volunteering for change
headline »
Thu, 25/09/08 – 22:27 | No Comment

This afternoon I volunteered at the local field office in South St. Louis for Barack Obama. When I got there there was a flurry of activity, and I could tell people were there because they wanted to be. As we waited for others to show up to get started, I saw a pile [...]

Read the full story »
art

geek

howto

music

politics

Home » Archive by Tags

Articles tagged with: reverse proxy

Reasons to use a web proxy in a production enviroment
Tuesday, 29 Jul, 2008 – 18:52 | 2 Comments
Reasons to use a web proxy in a production enviroment

NOTE: at work I installed a web proxy to separate internal user traffic from external traffic hitting our production servers.  While I’m not part of the network team, they asked me to do this because of my prior experience and interest in such things.  The idea of this was to be a temporary fix until [...]

HOWTO: log the user’s IP, not the proxy’s, in Lighttpd access log
Wednesday, 9 Jan, 2008 – 10:17 | 3 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 [...]