that's good resources... thanks!
On 2/23/07, David Wortham <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED] > wrote: > > On Thu, 22 Feb 2007 18:13:13 +0800 > "howard chen" < [EMAIL PROTECTED]> 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/ >
