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.
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/wwwTo compile the server you should do:
cd cherokee && make -f Makefile.embedded
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.