Lighttpd: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Die Seite wurde neu angelegt: == Description == Lightwight alternative to the allmighty Apache. == Dependencies == == USE-Flags == == Packages == {{Box Code|emerge samba -pv| <pre> [ebuild N...
 
Tgurr (talk | contribs)
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

Template:Box Code

Installation

# emerge lighttpd

Configuration

Template:Box File

Template:Box File

Finalize

# /etc/init.d/lighttpd start

# rc-update add lighttpd default