Lighttpd: Difference between revisions
Jump to navigation
Jump to search
Die Seite wurde neu angelegt: == Description == Lightwight alternative to the allmighty Apache. == Dependencies == == USE-Flags == == Packages == {{Box Code|emerge samba -pv| <pre> [ebuild N... |
|||
| Line 22: | Line 22: | ||
"mod_auth", | "mod_auth", | ||
) | ) | ||
# uncomment for cgi support | |||
include "mod_cgi.conf" | |||
auth.backend = "plain" | auth.backend = "plain" | ||
Revision as of 15:23, 23 April 2008
Description
Lightwight alternative to the allmighty Apache.
Dependencies
USE-Flags
Packages
Installation
# emerge lighttpd
Configuration
Finalize
# /etc/init.d/lighttpd start
# rc-update add lighttpd default