Ovisnost samo o php7.0-cn
[apache2-cn.git] / debian / control
1 Source: apache2-cn
2 Section: httpd
3 Priority: optional
4 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
5 Build-Depends: debhelper (>> 9), po-debconf
6 Standards-Version: 3.9.8
7 Homepage: http://httpd.apache.org/
8
9 Package: apache2-cn
10 Architecture: all
11 Depends: apache2 (>= 2.4.25-3+deb9u5), apache2-suexec-pristine (>= 2.4.25-3+deb9u5), php7.0-cn, carnet-tools-cn (>= 3.2.1), ssl-cert, procps, debconf (>= 1.5.56), postfix | mail-transport-agent, ${misc:Depends}
12 Suggests: mod-security-cn, apache2-doc, ca-certificates, monit-cn
13 Description: Apache HTTP Server - traditional non-threaded model
14  Each Apache Multi-Processing Module provides a different "flavor" of
15  web server binary, compiled with a different processing model.
16  .
17  The prefork MPM provides a non-threaded implementation using a variable
18  number of processes where each process handles only one connection
19  at the same time. It is not as fast as threaded models, but is considered to
20  be more stable. It is appropriate for sites that need to maintain
21  compatibility with non-thread-safe libraries, and is the best MPM for
22  isolating each request, so that a problem with a single request will not
23  affect any other.
24  .
25  This is a CARNet Debian package which configures a simple https enabled
26  web service with PHP5.