kerkelinn --------- kerkelinn is a small webserver to be used with tcpserver or other internet superdaemons. kerkelinn is a fork of the no longer maintained fnord by Felix von Leitner (http://www.fefe.de/fnord/). Usage: tcpserver -v -RHl localhost -u 1234 -g 1234 0 80 ./httpd New features in kerkelinn not available as patches to fnord: - With a define of ALLURLSTOINDEXPHP kerkelinn will call /index.php for every URL requested with REQUEST_URI still set to the original request. This feature is needed by some PHP software like some CMS. see README.ALLURLSTOINDEXPHP - With a define of FULLCHROOT kerkelinn tries to chroot to a directory named HOST.DOMAIN.TLD%PORT and tries to set UID and GID to the values of the dir. This offers CGI-Support in a chrooted environment. see README.FULLCHROOT - new default Makefile targets kerkelinn-cms (with ALLURLSTOINDEXPHP) and kerkelinn-chrootcms (with FULLCHROOT) For more an older information please read README.fnord. Frank W. Bergmann http://www.tuxad.com