Cherokee Web Server
===================

1.- How to compile it
---------------------
./configure --prefix=/usr --sysconfdir=/etc

2.- How to create dinamyc modules
---------------------------------
It's the default way.

3.- How to compile the module xyz statically in the libcherokee
---------------------------------------------------------------
./configure --prefix=/usr --sysconfdir=/etc --enable-static-module=xyz

4.- How to add more than one static module
------------------------------------------
./configure --prefix=/usr --sysconfdir=/etc --enable-static-module="module1 module2 module3"


--
Alvaro Lopez Ortega
<alvaro@alobbs.com>