X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fcontrol;h=ebc7fb4bb681df67d292f15dc5d266594b030e54;hb=0af202976ce472a92cf87a5ef1d09166d7e143ca;hp=dd485957955ea85bace85ad97d7ab20e02ae14d3;hpb=eb37ec66b33ffb28c3a28fae57326403db609a25;p=apache2-cn.git diff --git a/debian/control b/debian/control index dd48595..ebc7fb4 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,26 @@ Source: apache2-cn -Section: web +Section: httpd Priority: optional -Maintainer: Dragan Dosen -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Maintainer: Ivan Rako +Build-Depends: debhelper (>> 9), po-debconf +Standards-Version: 3.9.8 +Homepage: http://httpd.apache.org/ Package: apache2-cn Architecture: all -Pre-Depends: findutils -Depends: apache2-mpm-prefork (>= 2.2), apache2 (>= 2.2), apache2 (<< 2.3), php5-cn | php4-cn, carnet-tools-cn (>= 2.0), ${perl:Depends}, ssl-cert, procps, mail-transport-agent -Suggests: apache2-doc, ca-certificates, monit-cn -Conflicts: apache-cn (<< 2:1.3.33-6), apache-ssl, squirrelmail-cn (<< 2:1.4.2-6) -Description: Apache web server with mod_ssl enabled - This dummy package provided by CARNet configures a simple https enabled +Depends: apache2 (>= 2.4.25-3+deb9u5), apache2-suexec-pristine (>= 2.4.25-3+deb9u5), carnet-tools-cn (>= 3.2.1), 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 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 is a CARNet Debian package which configures a simple https enabled web service with PHP5. -