NginxNgxWSGIModule

Important Notes

From JacobSingh: I tested this against 0.6.23 and it didn't compile.
Error was:
rc/ngx_http_wsgi_handler.c: In function 'ngx_http_wsgi_handler':
/root/mod_wsgi-8994b058d2db/src/ngx_http_wsgi_handler.c:74: warning: implicit declaration of function 'ngx_http_discard_body'
make[1] : *** [objs/addon/src/ngx_http_wsgi_handler.o] Error 1
make[1] : Leaving directory /tmp/src-0.6.32-orig
Possible Solution
You should change that line to read ngx_http_discard_request_body(

重要です。0.6系だとソース修正が必要。