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