tags:

views:

165

answers:

2

My platform is gcc 4.4.3, C89, on Ubuntu 10.4.

I am looking for some tutorials or ebooks for installing and using the Apache portable runtime.

So far, I have only found the links below. I was looking for something with more information. A book text book that explains everything from installing apr, to linking and compiling with your application.

http://apr.apache.org/docs/apr/1.4/index.html

http://dev.ariel-networks.com/apr/apr-tutorial/html/apr-tutorial.html#toc1

Many thanks for any advice,

+3  A: 

There are truly not so many ressources out there. Here a few hopefully helpfull ones:

Thariama
Amusing that the best tutorial is from an SVN developer. The only reason and project I know that actually uses it :P
Matt Joiner
The Apache httpd web server project uses APR extensively.
Abhinav Upadhyay
A: 

I just want to share this ebook link about apache modules. It covers apache runtime in it.

The book is entitled "The Apache Modules Book - Application Development with Apache" by Nick Kew.

You can download it here: http://www.51cnnet.net/ebook/1522-the-apache-modules-book-application-development-with-apache

I hope that helps.

Josh Auza