Lighttpd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 36: | Line 36: | ||
) | ) | ||
) | ) | ||
</pre> | |||
}} | |||
{{Box File|/etc/lighttpd/mod_cgi.conf| | |||
<pre> | |||
$HTTP["url"] =~ "^/statistics/" { | |||
dir-listing.activate = "disable" | |||
cgi.assign = ( | |||
".rrd" => "/usr/bin/perl" | |||
) | |||
} | |||
</pre> | </pre> | ||
}} | }} | ||
Revision as of 15:27, 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