c9f5957a115442e5739ba24ad46e2b23cf374d86
[apache2-cn.git] / debian / control
1 Source: apache2-cn
2 Section: web
3 Priority: optional
4 Maintainer: Dragan Dosen <ddosen@ffzg.hr>
5 Build-Depends: debhelper (>= 4.0.0)
6 Standards-Version: 3.7.2
7
8 Package: apache2-cn
9 Architecture: all
10 Depends: apache2-mpm-prefork (>= 2.2.9-10+lenny2), apache2 (>= 2.2.9-10+lenny2), apache2-suexec (>= 2.2.9-10+lenny2), apache2 (<< 2.3), php5-cn (>= 5.2.6-1), carnet-tools-cn (>= 2.8.1), ${perl:Depends}, ssl-cert, procps, debconf (>= 0.5) | debconf-2.0, postfix | mail-transport-agent
11 Suggests: apache2-doc, ca-certificates, monit-cn
12 Description: Apache HTTP Server - traditional non-threaded model (CARNet configuration)
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, pre-forking implementation
17  that handles requests in a manner similar to Apache 1.3. It is not as
18  fast as threaded models, but is considered to be more stable. It is
19  appropriate for sites that need to maintain compatibility with
20  non-thread-safe libraries, and is the best MPM for isolating each
21  request, so that a problem with a single request will not affect any
22  other.
23  .
24  Homepage: http://httpd.apache.org/
25  .
26  This dummy package provided by CARNet configures a simple https enabled
27  web service with PHP5.