X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=apache2-cn.git;a=blobdiff_plain;f=debian%2Fcontrol;h=c9f5957a115442e5739ba24ad46e2b23cf374d86;hp=418cbe06038e62840cb08a214c0d024085ff675a;hb=446ec0e58006a937133648ba439b056b1982abab;hpb=b0aaaaefbf10a1e20c50cb243fd4b21b283930e0 diff --git a/debian/control b/debian/control index 418cbe0..c9f5957 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,25 @@ Section: web Priority: optional Maintainer: Dragan Dosen Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Standards-Version: 3.7.2 Package: apache2-cn Architecture: all -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, debconf (>= 0.5) | debconf-2.0, postfix | mail-transport-agent +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 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 +Description: Apache HTTP Server - traditional non-threaded model (CARNet configuration) + 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. + . + Homepage: http://httpd.apache.org/ + . This dummy package provided by CARNet configures a simple https enabled web service with PHP5. -