I'm trying to develop a module for nginx and I'm wondering how I can
compile just a module by itself. I check out this page:
http://www.evanmiller.org/nginx-modules-guide.html#compiling
but it basically says that you have to compile nginx completely to compile
the module. This seems rather cumbersome, is there a way around this?