Cherokee Web Server: U-Cherokee

U-Cherokee

u-Cherokee is the Cherokee's micro edition version. It is designed to fit in a really small devices with hard memory and power limitations.

Compilation

I suppouse you are an embedded system engineer, otherwhise you wouldn't be reading this manual, so I won't explain everything detailed just becase I'm sure you already know all that stuff.

This is the recomended configuration sentence:
./configure --disable-pthread --disable-tls --disable-largefile --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www
To compile the server you should do:
cd cherokee && make -f Makefile.embedded

Customization

It is possible to customize the u-Cherokee binary. You can set a static configuration editing the read_config_embedded.c file from servers the sources code.