summaryrefslogtreecommitdiff
blob: b3d81e8d62459b4a92ce45e14410810b1f8c81d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>herb@hlmjr.com</email>
		<name>Herb Miller Jr.</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<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="brotli">Enable output compression via Brotli (recommended)</flag>
		<flag name="bzip2">Enable output compression via bzip2</flag>
		<flag name="libev">Enable fdevent handler</flag>
		<flag name="gnutls">Build module for TLS via GnuTLS</flag>
		<flag name="maxminddb">Add support for geolocation using libMaxMindDB</flag>
		<flag name="mbedtls">Build module for TLS via Mbed TLS</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="nss">Build module for TLS via Mozilla's Network Security Services</flag>
		<flag name="rrdtool">Enable rrdtool support via mod_rrdtool</flag>
		<flag name="webdav">Enable webdav properties</flag>
		<flag name="zlib">Enable output compression via gzip or deflate algorithms</flag>
	</use>
</pkgmetadata>