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 build statically
---------------------------
./configure --prefix=/usr --sysconfdir=/etc --enable-static-module=all

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@gnu.org
