summaryrefslogtreecommitdiff
blob: eaac5f9936fdd2cabf75489947149d02d36c1c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
		lighttpd is a secure, fast, compliant and very flexible web-server
		which has been optimized for high-performance environments. It has a very
		low memory footprint compared to other webservers and takes care of cpu-load.
		Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
		URL-Rewriting and many more) make lighttpd the perfect webserver-software
		for every server that is suffering load problems.
	</longdescription>
	<use>
		<flag name="libev">Enable fdevent handler</flag>
		<flag name="mmap">Use mmap with files owned by lighttpd. This is a dangerous option as it may allow local users to trigger SIGBUS crashes.</flag>
		<flag name="rrdtool">Enable rrdtool support via mod_rrdtool</flag>
		<flag name="webdav">Enable webdav properties</flag>
	</use>
</pkgmetadata>