X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fcontrol;h=d7960af4b008a5d48f9d4d8d6ded5ed9fd021bbb;hb=efcba04e69e03fa428d417afac63b38073852eaf;hp=4be6f51ccca0d3b2f908e2f45f215eaaeb312379;hpb=5a453dc81e5301d37919a4d4394666a18d4c26ad;p=apache2-cn.git diff --git a/debian/control b/debian/control index 4be6f51..d7960af 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,26 @@ Source: apache2-cn Section: httpd Priority: optional -Maintainer: Dragan Dosen -Build-Depends: debhelper (>= 7), po-debconf -Standards-Version: 3.9.1 +Maintainer: Dragan Dosen +Build-Depends: debhelper (>> 9), po-debconf +Standards-Version: 3.9.6 +Homepage: http://httpd.apache.org/ Package: apache2-cn Architecture: all -Depends: apache2-mpm-prefork (>= 2.2.16-6+squeeze1), apache2 (>= 2.2.16-6+squeeze1), apache2-suexec (>= 2.2.16-6+squeeze1), apache2 (<< 2.3), php5-cn (>= 5.3.3+1), carnet-tools-cn (>= 3.0.0), ssl-cert, procps, debconf (>= 0.5) | debconf-2.0, postfix | mail-transport-agent, ${misc:Depends} +Depends: apache2 (>= 2.4.10-10+deb8u5), apache2-suexec-pristine (>= 2.4.10-10+deb8u5), php5-cn (>= 5.4.4+4), carnet-tools-cn (>= 3.1.0), ssl-cert, procps, debconf (>= 1.5.56), postfix | mail-transport-agent, ${misc:Depends} Suggests: mod-security-cn, apache2-doc, ca-certificates, monit-cn Description: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . - The prefork MPM provides a non-threaded, pre-forking implementation - that handles requests in a manner similar to Apache 1.3. It is not as - fast as threaded models, but is considered to be more stable. It is - appropriate for sites that need to maintain compatibility with - non-thread-safe libraries, and is the best MPM for isolating each - request, so that a problem with a single request will not affect any - other. + The prefork MPM provides a non-threaded implementation using a variable + number of processes where each process handles only one connection + at the same time. It is not as fast as threaded models, but is considered to + be more stable. It is appropriate for sites that need to maintain + compatibility with non-thread-safe libraries, and is the best MPM for + isolating each request, so that a problem with a single request will not + affect any other. . - This dummy package provided by CARNet configures a simple https enabled + This is a CARNet Debian package which configures a simple https enabled web service with PHP5. -Homepage: http://httpd.apache.org/