You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Yang Sun <ys...@ist.psu.edu> on 2007/03/28 04:30:29 UTC

apache api reference

Hello,

I am planning to write a module for apache 2. Where can I find the 
apache API reference guide which includes all the packages and functions 
can be used in writing C modules for apache?

Thanks,
Yang

Re: apache api reference

Posted by Nick Kew <ni...@webthing.com>.
On Tue, 27 Mar 2007 22:30:29 -0400
Yang Sun <ys...@ist.psu.edu> wrote:

> Hello,
> 
> I am planning to write a module for apache 2. Where can I find the 
> apache API reference guide which includes all the packages and
> functions can be used in writing C modules for apache?

The reference guide is in the /include directory.  Use doxygen
to generate a prettified version of it.

If you want a more general overview with narrative and examples,
follow my signature.

And for future reference, the modules-dev mailinglist is probably
your best place to post.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/