You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by howard chen <ho...@gmail.com> on 2007/02/22 11:13:13 UTC

Any good resources for writing module for Apache2?

Hello,

Any good resources for writing module (C, not Perl) for Apache2?

I found some such as:

threebit.net/tutorials/apache2_modules/tut1/tutorial1.html

it is pretty good, but seems not comprehensive enough (and maybe not updated?)

thanks.

Re: Any good resources for writing module for Apache2?

Posted by howard chen <ho...@gmail.com>.
that's good resources...

thanks!


On 2/23/07, David Wortham <dj...@gmail.com> wrote:
> Howard,
>
> Here's my $0.02 worth of links to resources:
> http://www.apachetutor.org/dev/   (Nick's site ... and the book comes out
> soon [if not already available])
> http://modules.apache.org/doc/Intro_API_Prog.html
> http://httpd.apache.org/docs/1.3/misc/API.html
> http://httpd.apache.org/docs/2.0/upgrading.html              (Most of the
> "*.apache.org" sites assume you program for 1.3.x and later upgrade your
> code for 2.0)
> http://dev.ariel-networks.com/apr/apr-tutorial/html/
> http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html
> http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html
>
> And finally, understanding how Apache handles modules (during both startup
> and request-handling):
> http://www.f-m-c.org/projects/apache/html/3_3Extending_Apache.html
>
>
> Hope these help,
> David Wortham
>
>
>
>
> On 2/22/07, Nick Kew <nick@webthing.com > wrote:
> >
> > On Thu, 22 Feb 2007 18:13:13 +0800
> > "howard chen" < howachen@gmail.com> wrote:
> >
> > > Hello,
> > >
> > > Any good resources for writing module (C, not Perl) for Apache2?
> >
> > Follow my .sig.
> >
> > --
> > Nick Kew
> >
> > Application Development with Apache - the Apache Modules Book
> > http://www.apachetutor.org/
> >
>

Re: Any good resources for writing module for Apache2?

Posted by David Wortham <dj...@gmail.com>.
Howard,

Here's my $0.02 worth of links to resources:
http://www.apachetutor.org/dev/   (Nick's site ... and the book comes out
soon [if not already available])
http://modules.apache.org/doc/Intro_API_Prog.html
http://httpd.apache.org/docs/1.3/misc/API.html
http://httpd.apache.org/docs/2.0/upgrading.html              (Most of the
"*.apache.org" sites assume you program for 1.3.x and later upgrade your
code for 2.0)
http://dev.ariel-networks.com/apr/apr-tutorial/html/
http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html
http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html

And finally, understanding how Apache handles modules (during both startup
and request-handling):
http://www.f-m-c.org/projects/apache/html/3_3Extending_Apache.html


Hope these help,
David Wortham




On 2/22/07, Nick Kew <nick@webthing.com > wrote:
>
> On Thu, 22 Feb 2007 18:13:13 +0800
> "howard chen" < howachen@gmail.com> wrote:
>
> > Hello,
> >
> > Any good resources for writing module (C, not Perl) for Apache2?
>
> Follow my .sig.
>
> --
> Nick Kew
>
> Application Development with Apache - the Apache Modules Book
> http://www.apachetutor.org/
>

Re: Any good resources for writing module for Apache2?

Posted by Nick Kew <ni...@webthing.com>.
On Thu, 22 Feb 2007 18:13:13 +0800
"howard chen" <ho...@gmail.com> wrote:

> Hello,
> 
> Any good resources for writing module (C, not Perl) for Apache2?

Follow my .sig.

-- 
Nick Kew

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