blob: 9791f436a7ba243a19492409b75ab24de156fb90 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>apache-bugs@gentoo.org</email>
<name>Apache project</name>
</maintainer>
<longdescription>
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems. The goal of this
project is to provide a secure, efficient and extensible server that
provides HTTP services in sync with the current HTTP standards.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:apache:http_server</remote-id>
</upstream>
<use>
<flag name="static">Link in apache2 modules statically rather then plugins</flag>
<flag name="suexec">Install suexec with apache</flag>
<flag name="suexec-caps">Install suexec with capabilities instead of SUID</flag>
<flag name="suexec-syslog">Log suexec to syslog instead of to a separate file</flag>
</use>
<origin>liguros-repo</origin>
</pkgmetadata>
|