You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jimmy Lantz <ji...@lusidor.com> on 2002/07/08 15:38:06 UTC

Books about apache mods dev.?

Hi Apache Gurus!
Just wanted to ask if someone can recommend any books about developing 
apache modules?
TIA
Jim.


Re: Books about apache mods dev.?

Posted by Daniel Lopez <da...@rawbyte.com>.
For 1.3, get Doug MacEachern O'reilly book
http://www.amazon.com/exec/obidos/ASIN/156592567X/ 

For 2.0, I think Ryan Bloom's covers some (though I havent seen it yet)
http://www.amazon.com/exec/obidos/ASIN/0072223448/

> Hi Apache Gurus!
> Just wanted to ask if someone can recommend any books about developing 
> apache modules?
> TIA
> Jim.

-- 
Teach Yourself Apache 2 -- http://apacheworld.org/ty24/

Re: Books about apache mods dev.?

Posted by Maurizio Marini <ma...@datalogica.com>.
On Monday 08 July 2002 03:38 pm, Jimmy Lantz wrote:
> Hi Apache Gurus!
> Just wanted to ask if someone can recommend any books about developing
> apache modules?
> TIA
> Jim.

if u look at mod_example.c, u'll find everithing needed to develop a module
further, try to excute apxs -g -n Jim

the best on mod writing is reading mod_rewrite.c
this is better then tens of o'reilly

-maumar