Lighttpd
Description
Lightwight alternative to the allmighty Apache.
Dependencies
USE-Flags
Packages
Installation
# emerge lighttpd
Configuration
Setting up authentification
Enabling CGI Support and rrd file processing
# mkdir -p /var/www/localhost/cgi-bin
# chown -R lighttpd:root /var/www/localhost/cgi-bin
Finalize
# /etc/init.d/lighttpd start
# rc-update add lighttpd default