Thanks to Daniel Barnes we have lighttpd:
Title: lighttpd.tczl
Description: Light and fast HTTP server
Version: 1.4.23 (19 June 2009)
Author: Jan Kneschke
Original-site: http://www.lighttpd.net/
Copying-policy: BSD
Size: 512K
Extension_by: Daniel Barnes
Comments: Example chroot script:
HTTPD=/usr/local/sbin/lighttpd
HTTPD_ROOT=/www
HTTPD_CONF=$HTTPD_ROOT/lighttpd.conf
cat << EOF > $HTTPD_CONF
server.document-root = "/htdocs"
server.port = 80
server.username = "nobody"
server.groupname = "nogroup"
server.chroot = "$HTTPD_ROOT"
EOF
exec $HTTPD -D -f $HTTPD_CONF
Change-log: ---
Current: 2009/07/02 - Initial Release
Title: lighttpd.tcel
Description: Light and fast HTTP server
Version: 1.4.23 (19 June 2009)
Author: Jan Kneschke
Original-site: http://www.lighttpd.net/
Copying-policy: BSD
Size: 417K
Extension_by: Daniel Barnes
Comments: Example chroot script:
HTTPD=/usr/local/sbin/lighttpd
HTTPD_ROOT=/www
HTTPD_CONF=$HTTPD_ROOT/lighttpd.conf
cat << EOF > $HTTPD_CONF
server.document-root = "/htdocs"
server.port = 80
server.username = "nobody"
server.groupname = "nogroup"
server.chroot = "$HTTPD_ROOT"
EOF
exec $HTTPD -D -f $HTTPD_CONF
Change-log: ---
Current: 2009/07/02 - Initial Release