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"

5.- How to optimize in a Pentium4
---------------------------------
make CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays"


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