Where can I find good reference/tutorial on writing Apache modules (in C)? [closed]

Here is the list of links about apache module development that I found useful:

Apache Tutor

Apache Modules Development and Debugging

libapr(apache portable runtime) programming tutorial

The Apache Modules Book: Application Development with Apache

Mailing list archives

Apache at WebÞing

Writing portable C code with APR

Apache Modeling Project

You can also download the apache source code and experiment with mod_example.

Leave a Comment