Simon Willison’s Weblog

Subscribe
Atom feed for apache

37 items tagged “apache”

2007

mod_proxy_balancer gets a thumbs up. Chris Miles explains mod_proxy_balance’s hot spare feature. nginx doesn’t appear to support this, unless I’ve missed something in the documentation.

# 20th July 2007, 5:44 pm / nginx, apache, chris-miles, modproxybalance

modwsgi. Apache module (written in C) for hosting Python WSGI applications, no mod_python required. Includes Django integration instructions. Has anyone tried this out?

# 14th April 2007, 9:48 am / django, apache, wsgi, python

Stupid computers.....do what I want!

Look for a header called X-Forwarded-For, but be sure to read this first.

[... 26 words]

mod_python: Expat Causing Apache Crash. We ran in to this problem today.

# 27th March 2007, 11:49 am / apache, expat, django, modpython

Quick Django Benching. Django under Apache/mod_python outperforms nginx/FastCGI and LightTPD/FastCGI once you ramp up the concurrency levels. My setup for this site (Apache/mod_python behind an nginx proxy, with nginx handling static files) should give the best of both worlds.

# 17th February 2007, 4:56 pm / apache, modpython, django, nginx, lighttpd, fastcgi, deployment

2006

DHS Funding Open Source Security. Paying for “source code analysis technology” coverage of Linux, Apache, PostgreSQL and more.

# 17th January 2006, 10:18 pm / security, open-source, dhs, linux, apache, postgresql

2003

On mod_python

So, I’m getting stuck in to mod_python in a pretty big way at the moment. I’ve never even used mod_perl before, so coming from PHP this is turning out to be a real eye opener.

[... 332 words]