Any tips on getting started with module development?
I use emacs and gdb to muck around the code. Apache has a lot of backwards compat warts with regard to which header files define things, unfortunately, but grep (or ack) and ctags will get you around.
The best way (by far) to learn about module hackery is with Nick Kew's book, http://www.amazon.com/Apache-Modules-Book-Application-Develo...
`httpd -X` and `gdb httpd $(pidof httpd)` are a great help when debugging.
[1] http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/
Any tips on getting started with module development?