Your message dated Sat, 21 Jun 2008 14:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486855: fixed in apache2 2.2.9-2
has caused the Debian Bug report #486855,
regarding apache2: outdated package descriptions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
486855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486855
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.9-1
Severity: minor
Tags: patch

Apache 2 is the only version of Apache currently in Debian, so it's
time its package descriptions took responsibility for describing
what it is, instead of saying what it's better than.

Here's a review of the current control file, with suggestions for
package-description improvements throughout.  Patch attached, though
I'd be surprised if this draft was good enough.

# Source: apache2
# Section: web
# Priority: optional
# Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
# Uploaders: Tollef Fog Heen <[EMAIL PROTECTED]>, Thom May <[EMAIL PROTECTED]>, 
Adam Conrad <[EMAIL PROTECTED]>, Peter Samuelson <[EMAIL PROTECTED]>, Stefan 
Fritsch <[EMAIL PROTECTED]>
# Build-Depends: debhelper (>=4.1.16), dpatch, lsb-release, libaprutil1-dev, 
libapr1-dev (>= 1.2.7-6), openssl, libpcre3-dev, libtool, mawk, zlib1g-dev, 
libssl-dev, sharutils
# Standards-Version: 3.7.3.0
# XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2
# XS-Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apache2
# Homepage: http://httpd.apache.org/
# 
# Package: apache2.2-common
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-utils, net-tools, 
libmagic1, mime-support, lsb-base, procps [!hurd-i386]
# Suggests: www-browser, apache2-doc
# Conflicts: apache2-common, libapache2-mod-php5 (<= 5.1.6-3), 
libapache2-mod-php4 (<= 4:4.4.4-2), libapache2-mod-mime-xattr (<= 0.3-2), 
libapache2-mod-mono (<= 1.1.17-3), libapache2-mod-proxy-html (<= 2.4.3-2), 
libapache2-mod-scgi (<= 1.11-1), libapache2-mod-speedycgi (<= 2.22-3), 
libapache2-modxslt (<= 2005072700-1), libapache2-redirtoservername (<= 0.1-1), 
libapache2-webauth (<= 3.5.3-1), libapache2-webkdc (<= 3.5.3-1)
# Replaces: apache2-common
# Description: Next generation, scalable, extendable web server

When I'm reading software descriptions my usual rule of thumb is
that "The Next Generation" means "old hat ten years ago".  It's not
quite that bad in this case, but given that the previous generation
was pensioned off to legacy-support years ago, it's about time the
phrase came out of this line.

The word "extendable" is recognised by most dictionaries, but the
form that's usually preferred (and used in apache.org blurbs) is
"extensible".

However, this package synopsis is identical to the one for apache2
(the MPM metapackage)!  It would make more sense to leave the
advertising copy out of the short description and concentrate on
identifying the package in terms of how it fits into the suite.
Something like: 

  Description: Apache HTTP Server common files

"Apache" is just what it's known as for short; officially Apache is
the overarching development project, and this is their HTTP Server.
This seems the neatest way of combining that with a uniform synopsis
style.

#  Apache v2 is the next generation of the omnipresent Apache web server. This
#  version - a total rewrite - introduces many new improvements, such as
#  threading, a new API, IPv6 support, request/response filtering, and more.
#  .
#  It is also considerably faster, and can be easily extended to provide 
services
#  other than http.

Stop telling me what it's better than!  I don't have the option of
apt-get installing apache1, so this needs to be rephrased in terms
of "absolute" rather than "relative" features.

Moving the advertising from the short description and bulking it out
with more of the apache.org blurbage in the same vein, I'd suggest:

   The Apache Software Foundation's goal is to build a secure, efficient and
   extensible HTTP server as standards-compliant open source software. The
   result has long been the number one web server on the Internet.

(Improvements welcome.)  Plus maybe some lists of features, but they
really belong in the long description for the apache2 metapackage
rather than here.  This paragraph can stay:

#  This package contains all the standard apache2 modules, including SSL 
support.
#  However, it does *not* include the server itself; for this you need to
#  install one of the apache2-mpm-* packages; such as worker or prefork.

Except that last semicolon should be at most a comma.

# Package: apache2-mpm-worker
# Architecture: any
# Depends: ${shlibs:Depends}, apache2.2-common (= ${binary:Version})
# Provides: apache2-mpm, apache2, httpd, httpd-cgi
# Conflicts: apache2-mpm, apache2-common
# Replaces: apache2-mpm-threadpool (<< 2.0.53), apache2-mpm-perchild (<< 2.2.0)
# Description: High speed threaded model for Apache HTTPD
#  The worker MPM provides a threaded implementation for Apache HTTPD. It is
#  considerably faster than the traditional model, and is the recommended MPM.
#  .
#  Worker generally is a good choice for high-traffic servers because it
#  has a smaller memory footprint than the prefork MPM.

The problem here is that "MPM" is Apache-specific jargon.  Not that
knowing the expansion helps much, since the reference to modules
just makes it sound as if the /usr/sbin/apache2 binary can load and
unload mod_worker.so or mod_prefork.so as optional extras.  Instead
they're compiled-in alternative "engines". 

This package should also mention that -worker is the flavour you'll
get automatically with a standard Debian apache2 install (especially
since the upstream docs seem to say it's prefork).

All the MPM descriptions should start with a standard what-an-MPM-is
text, and then say what's so special about this one - something like
this:

  Description: Apache HTTP Server - high speed threaded model
   Each Apache Multi-Processing Module provides a different "flavor" of
   web server binary, compiled with a different processing model.
   .
   The worker MPM provides the default threaded implementation. It is
   recommended especially for high-traffic sites because it is faster
   and has a smaller memory footprint than the traditional prefork MPM.
 
# Package: apache2-mpm-prefork
# Architecture: any
# Depends: ${shlibs:Depends}, apache2.2-common (= ${binary:Version})
# Provides: apache2-mpm, apache2, httpd, httpd-cgi
# Conflicts: apache2-mpm, apache2-common
# Description: Traditional model for Apache HTTPD
#  This Multi-Processing Module (MPM) implements a non-threaded,
#  pre-forking web server that handles requests in a manner similar to
#  Apache 1.3. It is appropriate for sites that need to avoid threading for
#  compatibility with non-thread-safe libraries. It is also the best MPM
#  for isolating each request, so that a problem with a single request will
#  not affect any other.
#  .
#  It is not as fast, but is considered to be more stable.

  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.

# Package: apache2-mpm-event
# Architecture: any
# Depends: ${shlibs:Depends}, apache2.2-common (= ${binary:Version})
# Provides: apache2-mpm, apache2, httpd, httpd-cgi
# Conflicts: apache2-mpm, apache2-common
# Description: Event driven model for Apache HTTPD
#  The event Multi-Processing Module (MPM) is designed to allow more 
#  requests to be served simultaneously by passing off some processing 
#  work to supporting threads, freeing up the main threads to work on 
#  new requests.
#  .
#  This MPM is especially suitable for sites that see extensive KeepAlive 
traffic

  Description: Apache HTTP Server - event driven model
   Each Apache Multi-Processing Module provides a different "flavor" of
   web server binary, compiled with a different processing model.
   .
   The event MPM is designed to allow more requests to be served
   simultaneously by passing off some processing work to supporting
   threads, freeing up the main threads to work on new requests. It is
   especially suitable for sites that see extensive KeepAlive traffic.

# Package: apache2-mpm-perchild
# Architecture: all
# Depends: apache2-mpm-worker
# Description: Transitional package - please remove
#  This is a transitional package to upgrade apache2-mpm-perchild to
#  apache2-mpm-worker.

Is this getting retired after the Lenny release?  It was already a
transitional package in Etch.

# Package: apache2-utils
# Architecture: any
# Replaces: apache2-common, apache-utils (<< 1.3.33-4)
# Conflicts: apache-common (<< 1.3.28.0.1-1)
# Depends: ${shlibs:Depends}
# Description: utility programs for webservers
#  Provides some add-on programs useful for any webserver.  These include:
#   - ab (Apache benchmark tool)
#   - logresolve (Resolve IP addresses to hostname in logfiles)
#   - htpasswd (Manipulate basic authentication files)
#   - htdigest (Manipulate digest authentication files)
#   - dbmmanage (Manipulate basic authentication files in DBM format, using 
perl)
#   - htdbm (Manipulate basic authentication files in DBM format, using APR)
#   - rotatelogs (Periodically stop writing to a logfile and open a new one)
#   - split-logfile (Split a single log including multiple vhosts)
#   - checkgid (Checks whether the caller can setgid to the specified group)
#   - check_forensic (Extract mod_log_forensic output from apache log files)

One or two formatting quibbles (such as s/perl/Perl/), but never
mind.
 
# Package: apache2
# Architecture: all
# Depends: apache2-mpm-worker (>= ${source:Version}) | apache2-mpm-prefork (>= 
${source:Version}) | apache2-mpm-event (>= ${source:Version})
# Section: web
# Description: Next generation, scalable, extendable web server
#  Apache v2 is the next generation of the omnipresent Apache web server. This
#  version - a total rewrite - introduces many new improvements, such as
#  threading, a new API, IPv6 support, request/response filtering, and more.

This is where the main writeup for Apache should be.  I'll replace
the synopsis with one intended to make it clearer that this is an
empty dependency package that just guarantees the installation of
some /usr/sbin/apache2 flavour out of the main Apache tree:

  Description: Apache HTTP Server metapackage
   The Apache Software Foundation's goal is to build a secure, efficient and
   extensible HTTP server as standards-compliant open source software. The
   result has long been the number one web server on the Internet.

Unfortunately I don't really know enough about what features people
would be looking for in a state-of-the-art webserver these days, so
the following is a bit lame (largely stolen from Wikipedia):

   .
   It features support for HTTPS, virtual hosting, CGI and FastCGI, SSI,
   IPv6, easy scripting and database integration, request/response
   filtering, many flexible authentication schemes, and more.

Improvements to that paragraph would be particularly welcome.

# Package: apache2-doc
# Section: doc
# Architecture: all
# Description: documentation for apache2
#  This is the documentation for apache2, see the apache2 package description
#   for more details.

It's more traditional to have a bit of boilerplate description here,
but I suppose this is fine.  Apart from being repetitive and a comma
splice, that is.  Make it:

  Description: Apache HTTP Server documentation
   This package provides the documentation for Apache 2. For more details
   see the apache2 package description.

Note that at present most of those "details" (such as they are) live
in the apache2.2-common package description, not the apache2 package
description.  Which sounds like a vote in favour of the way I've
moved them. 

# Package: apache2-prefork-dev
# Section: devel
# Architecture: any
# Depends: apache2.2-common (= ${binary:Version}), openssl, libaprutil1-dev
# Conflicts: apache2-threaded-dev
# Priority: extra
# Description: development headers for apache2

Since this and apache2-threaded-dev have duplicate synopses, I'd
suggest changing it to:

  Description: Apache development headers - non-threaded MPM

#  This package provides the development headers and apxs2 binary for
#  apache2-mpm-prefork; see the apache2 package description for more details.

Another vote for moving the main blurb - or is this pointing at the
detailed explanation for MPMs, which isn't there either?

#  .
#  This should only be used when you absolutely *have* to have a non-threaded 
#  environment, ie for PHP4.

If you really mean "i.e." here you might as well say directly that
"This should *only* be used for PHP4".  However, I suspect you mean
"e.g.", not "i.e."; so avoid this confusion by using English.

   This should only be used when you absolutely *must* support a non-threaded
   environment (for PHP4, for example).

# Package: apache2-threaded-dev
# Section: devel
# Architecture: any
# Depends: apache2.2-common (= ${binary:Version}), openssl, libaprutil1-dev
# Conflicts: apache2-prefork-dev
# Provides: apache2-dev
# Priority: extra
# Description: development headers for apache2

Duplicate package synopsis (see above):

  Description: Apache development headers - threaded MPM

#  This package provides the development headers and apxs2 binary for
#  threaded versions of apache2; see the apache2 package description
#  for more details.

Another vote.

# Package: apache2-src
# Section: devel
# Priority: extra
# Architecture: all
# Description: Apache source code
#  This package includes the complete and patched source code for the
#  Apache HTTPD.  It is useful for other packages to build-depend on in
#  order to build custom MPMs.
# 
# Package: apache2-dbg
# Section: libdevel
# Priority: extra
# Architecture: any
# Depends: apache2.2-common (= ${binary:Version})
# Description: Apache debugging symbols
#  This package includes the debugging symbols for Apache 2.

These don't need changing.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru apache2-2.2.8.pristine/debian/control apache2-2.2.8/debian/control
--- apache2-2.2.8.pristine/debian/control	2008-06-16 11:47:23.000000000 +0100
+++ apache2-2.2.8/debian/control	2008-06-18 13:28:24.000000000 +0100
@@ -15,17 +15,14 @@
 Suggests: www-browser, apache2-doc
 Conflicts: apache2-common, libapache2-mod-php5 (<= 5.1.6-3), libapache2-mod-php4 (<= 4:4.4.4-2), libapache2-mod-mime-xattr (<= 0.3-2), libapache2-mod-mono (<= 1.1.17-3), libapache2-mod-proxy-html (<= 2.4.3-2), libapache2-mod-scgi (<= 1.11-1), libapache2-mod-speedycgi (<= 2.22-3), libapache2-modxslt (<= 2005072700-1), libapache2-redirtoservername (<= 0.1-1), libapache2-webauth (<= 3.5.3-1), libapache2-webkdc (<= 3.5.3-1)
 Replaces: apache2-common
-Description: Next generation, scalable, extendable web server
- Apache v2 is the next generation of the omnipresent Apache web server. This
- version - a total rewrite - introduces many new improvements, such as
- threading, a new API, IPv6 support, request/response filtering, and more.
- .
- It is also considerably faster, and can be easily extended to provide services
- other than http.
+Description: Apache HTTP Server common files
+ The Apache Software Foundation's goal is to build a secure, efficient and
+ extensible HTTP server as standards-compliant open source software. The
+ result has long been the number one web server on the Internet.
  .
  This package contains all the standard apache2 modules, including SSL support.
  However, it does *not* include the server itself; for this you need to
- install one of the apache2-mpm-* packages; such as worker or prefork.
+ install one of the apache2-mpm-* packages, such as worker or prefork.
 
 Package: apache2-mpm-worker
 Architecture: any
@@ -33,40 +30,44 @@
 Provides: apache2-mpm, apache2, httpd, httpd-cgi
 Conflicts: apache2-mpm, apache2-common
 Replaces: apache2-mpm-threadpool (<< 2.0.53), apache2-mpm-perchild (<< 2.2.0)
-Description: High speed threaded model for Apache HTTPD
- The worker MPM provides a threaded implementation for Apache HTTPD. It is
- considerably faster than the traditional model, and is the recommended MPM.
- .
- Worker generally is a good choice for high-traffic servers because it
- has a smaller memory footprint than the prefork MPM.
+Description: Apache HTTP Server - high speed threaded model
+ Each Apache Multi-Processing Module provides a different "flavor" of
+ web server binary, compiled with a different processing model.
+ .
+ The worker MPM provides the default threaded implementation. It is
+ recommended especially for high-traffic sites because it is faster
+ and has a smaller memory footprint than the traditional prefork MPM.
 
 Package: apache2-mpm-prefork
 Architecture: any
 Depends: ${shlibs:Depends}, apache2.2-common (= ${binary:Version})
 Provides: apache2-mpm, apache2, httpd, httpd-cgi
 Conflicts: apache2-mpm, apache2-common
-Description: Traditional model for Apache HTTPD
- This Multi-Processing Module (MPM) implements a non-threaded,
- pre-forking web server that handles requests in a manner similar to
- Apache 1.3. It is appropriate for sites that need to avoid threading for
- compatibility with non-thread-safe libraries. It is also the best MPM
- for isolating each request, so that a problem with a single request will
- not affect any other.
- .
- It is not as fast, but is considered to be more stable.
+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.
 
 Package: apache2-mpm-event
 Architecture: any
 Depends: ${shlibs:Depends}, apache2.2-common (= ${binary:Version})
 Provides: apache2-mpm, apache2, httpd, httpd-cgi
 Conflicts: apache2-mpm, apache2-common
-Description: Event driven model for Apache HTTPD
- The event Multi-Processing Module (MPM) is designed to allow more 
- requests to be served simultaneously by passing off some processing 
- work to supporting threads, freeing up the main threads to work on 
- new requests.
- .
- This MPM is especially suitable for sites that see extensive KeepAlive traffic
+Description: Apache HTTP Server - event driven model
+ Each Apache Multi-Processing Module provides a different "flavor" of
+ web server binary, compiled with a different processing model.
+ .
+ The event MPM is designed to allow more requests to be served
+ simultaneously by passing off some processing work to supporting
+ threads, freeing up the main threads to work on new requests. It is
+ especially suitable for sites that see extensive KeepAlive traffic.
  
 Package: apache2-mpm-perchild
 Architecture: all
@@ -97,17 +98,21 @@
 Architecture: all
 Depends: apache2-mpm-worker (>= ${source:Version}) | apache2-mpm-prefork (>= ${source:Version}) | apache2-mpm-event (>= ${source:Version})
 Section: web
-Description: Next generation, scalable, extendable web server
- Apache v2 is the next generation of the omnipresent Apache web server. This
- version - a total rewrite - introduces many new improvements, such as
- threading, a new API, IPv6 support, request/response filtering, and more.
+Description: Apache HTTP Server metapackage         
+ The Apache Software Foundation's goal is to build a secure, efficient and
+ extensible HTTP server as standards-compliant open source software. The
+ result has long been the number one web server on the Internet.
+ .
+ It features support for HTTPS, virtual hosting, CGI and FastCGI, SSI,
+ IPv6, easy scripting and database integration, request/response
+ filtering, many flexible authentication schemes, and more.
 
 Package: apache2-doc
 Section: doc
 Architecture: all
-Description: documentation for apache2
- This is the documentation for apache2, see the apache2 package description
-  for more details.
+Description: Apache HTTP Server documentation
+ This package provides the documentation for Apache 2. For more details
+ see the apache2 package description.
 
 Package: apache2-prefork-dev
 Section: devel
@@ -115,12 +120,12 @@
 Depends: apache2.2-common (= ${binary:Version}), openssl, libaprutil1-dev
 Conflicts: apache2-threaded-dev
 Priority: extra
-Description: development headers for apache2
+Description: Apache development headers - non-threaded MPM
  This package provides the development headers and apxs2 binary for
  apache2-mpm-prefork; see the apache2 package description for more details.
  .
- This should only be used when you absolutely *have* to have a non-threaded 
- environment, ie for PHP4.
+ This should only be used when you absolutely *must* support a non-threaded
+ environment (for PHP4, for example).
 
 Package: apache2-threaded-dev
 Section: devel
@@ -129,7 +134,7 @@
 Conflicts: apache2-prefork-dev
 Provides: apache2-dev
 Priority: extra
-Description: development headers for apache2
+Description: Apache development headers - threaded MPM
  This package provides the development headers and apxs2 binary for
  threaded versions of apache2; see the apache2 package description
  for more details.

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.2.9-2

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive:

apache2-dbg_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-dbg_2.2.9-2_i386.deb
apache2-doc_2.2.9-2_all.deb
  to pool/main/a/apache2/apache2-doc_2.2.9-2_all.deb
apache2-mpm-event_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-event_2.2.9-2_i386.deb
apache2-mpm-prefork_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.2.9-2_i386.deb
apache2-mpm-worker_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.2.9-2_i386.deb
apache2-prefork-dev_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.2.9-2_i386.deb
apache2-src_2.2.9-2_all.deb
  to pool/main/a/apache2/apache2-src_2.2.9-2_all.deb
apache2-suexec-custom_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-suexec-custom_2.2.9-2_i386.deb
apache2-suexec_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-suexec_2.2.9-2_i386.deb
apache2-threaded-dev_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.2.9-2_i386.deb
apache2-utils_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2-utils_2.2.9-2_i386.deb
apache2.2-common_2.2.9-2_i386.deb
  to pool/main/a/apache2/apache2.2-common_2.2.9-2_i386.deb
apache2_2.2.9-2.diff.gz
  to pool/main/a/apache2/apache2_2.2.9-2.diff.gz
apache2_2.2.9-2.dsc
  to pool/main/a/apache2/apache2_2.2.9-2.dsc
apache2_2.2.9-2_all.deb
  to pool/main/a/apache2/apache2_2.2.9-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated apache2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 21 Jun 2008 12:22:17 +0200
Source: apache2
Binary: apache2.2-common apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-utils apache2-suexec apache2-suexec-custom apache2 
apache2-doc apache2-prefork-dev apache2-threaded-dev apache2-src apache2-dbg
Architecture: source i386 all
Version: 2.2.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 apache2    - Apache HTTP Server metapackage
 apache2-dbg - Apache debugging symbols
 apache2-doc - Apache HTTP Server documentation
 apache2-mpm-event - Apache HTTP Server - event driven model
 apache2-mpm-prefork - Apache HTTP Server - traditional non-threaded model
 apache2-mpm-worker - Apache HTTP Server - high speed threaded model
 apache2-prefork-dev - Apache development headers - non-threaded MPM
 apache2-src - Apache source code
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - Apache development headers - threaded MPM
 apache2-utils - utility programs for webservers
 apache2.2-common - Apache HTTP Server common files
Closes: 463338 486629 486855
Changes: 
 apache2 (2.2.9-2) unstable; urgency=low
 .
   * Make the init script use normal 'stop' instead of 'graceful-stop' again:
     With graceful-stop, it can take a long time until all child processes have
     closed their listening sockets and there is no way for the init script to
     know when it is save to start apache again. This could make the restart of
     apache fail. (Closes: #486629, #463338)
   * Improve package descriptions, thanks to Justin B Rye. (Closes: #486855)
Checksums-Sha1: 
 8917728452ad34a539cf2db93f19033103a08e07 1643 apache2_2.2.9-2.dsc
 14099ef4471baf8f5f967a9d5da449aba4c02c1e 121979 apache2_2.2.9-2.diff.gz
 882a0060836b1e5b71165f392c8deaac4fc79b20 771244 
apache2.2-common_2.2.9-2_i386.deb
 7465665f9b42ae009a96363f951c69891c628fe4 238054 
apache2-mpm-worker_2.2.9-2_i386.deb
 9aefbba48cf6dd15fac1358cae481393981edb2c 234104 
apache2-mpm-prefork_2.2.9-2_i386.deb
 51f72a50aaeb9b777c523f9cd01e6fbb78b638c9 238868 
apache2-mpm-event_2.2.9-2_i386.deb
 0c7898aaaec661149f68549abafd71dd42e41092 141176 apache2-utils_2.2.9-2_i386.deb
 4344782f61477a8964154082e316a7e5e9e758e2 79328 apache2-suexec_2.2.9-2_i386.deb
 156130dc4d32a48ef65e1da2234b12858fe9ffa9 80870 
apache2-suexec-custom_2.2.9-2_i386.deb
 5c3bd19471567820f9e31449fbe98128344b99e1 207966 
apache2-prefork-dev_2.2.9-2_i386.deb
 2d86b4e729382fcebb95fac8a8279f6c5bc82b3a 209028 
apache2-threaded-dev_2.2.9-2_i386.deb
 92d66517dde153cfe347e0af14e2cddf37fe34a1 2327244 apache2-dbg_2.2.9-2_i386.deb
 3dc92380e18c4f053c29f1006650fb812c6e2a64 42750 apache2_2.2.9-2_all.deb
 e59c27e42ee96f675f77fd2a83137a1900dabba5 2050828 apache2-doc_2.2.9-2_all.deb
 6d3cf1498d805ffe55d3a2f9a9a370fc9d9791c3 6671976 apache2-src_2.2.9-2_all.deb
Checksums-Sha256: 
 ea62b07249e6b31f9fc729a9f1f66619b9f68987e5daf972ae0530f56a8d6a92 1643 
apache2_2.2.9-2.dsc
 6f368250466441d213aebe20bec19a0d6ff092fb36e1b2f037e4df49d8a81723 121979 
apache2_2.2.9-2.diff.gz
 27b565b5cf26a09f401cb54429b46e4fb31db3bf9925d176ef13f53f1bdd32b2 771244 
apache2.2-common_2.2.9-2_i386.deb
 5f40a9017e6bfe4a226270bf0192fa3511fe17fd93108dc5af03b8de6e2eabb4 238054 
apache2-mpm-worker_2.2.9-2_i386.deb
 ce8d31f79a4031dab436ff093f48925717ae6de33796740e70ccc496b0efac53 234104 
apache2-mpm-prefork_2.2.9-2_i386.deb
 297881e867cda1f4fb00ff2a1cda1016f52c80caed63733c3b411f50d9fcfe2c 238868 
apache2-mpm-event_2.2.9-2_i386.deb
 95795c3df6f94005c0780fa0210671f194a2c5031545b634624b556ea82355ae 141176 
apache2-utils_2.2.9-2_i386.deb
 c8ba7e43cff717888dab80db7502b929bbe5069385c6023a148635a69e12c004 79328 
apache2-suexec_2.2.9-2_i386.deb
 9c44920da406de651df904bff066a8739e594716dda0cd1b7a001de91b9b4508 80870 
apache2-suexec-custom_2.2.9-2_i386.deb
 510a5d337c8c845d346fe1d7303f0326f68c8db62e81ec22b9d4c688bb3e9a84 207966 
apache2-prefork-dev_2.2.9-2_i386.deb
 ea5b6cc324eb70c98a8abfdcdd44cc1b6e79ddae964876e2cd974ab8f28cc259 209028 
apache2-threaded-dev_2.2.9-2_i386.deb
 f633b11a68720271a249486ab994b6b85ea30abd99cb0b2de92c25b118bfab8c 2327244 
apache2-dbg_2.2.9-2_i386.deb
 4313b82ecb345d7b2b45bfca1bcd5e821ffdddde1a5ca07649424be2b98ad61c 42750 
apache2_2.2.9-2_all.deb
 37a3e8903344d22f87d8d301b8d0abd7622b553be51311ab13937a375af990a6 2050828 
apache2-doc_2.2.9-2_all.deb
 f94ba025b500a379913778eef3ef54dc042104fe8096720deb40d4c001a5e846 6671976 
apache2-src_2.2.9-2_all.deb
Files: 
 617c2d7bee2a067a438d66085a45d518 1643 web optional apache2_2.2.9-2.dsc
 1a901cf756b817ba7e2d1cde59187b0d 121979 web optional apache2_2.2.9-2.diff.gz
 afa9485e993ebd38b83ba1c646b86dcc 771244 web optional 
apache2.2-common_2.2.9-2_i386.deb
 328cb6996d6e911f1f295a213b2d4810 238054 web optional 
apache2-mpm-worker_2.2.9-2_i386.deb
 f3c0b17f5d84fb83b4d69764d422e565 234104 web optional 
apache2-mpm-prefork_2.2.9-2_i386.deb
 36616ab7ff54a388d671508caceaabff 238868 web optional 
apache2-mpm-event_2.2.9-2_i386.deb
 0414623b7b0044545395cfc14632f8d9 141176 web optional 
apache2-utils_2.2.9-2_i386.deb
 04cb194d18455833b00ac69147f820f5 79328 web optional 
apache2-suexec_2.2.9-2_i386.deb
 c966f1e2ba543ddcc8a2d112c2a175bf 80870 web extra 
apache2-suexec-custom_2.2.9-2_i386.deb
 c27074b3e8176f18780f73ce3def8cf8 207966 devel extra 
apache2-prefork-dev_2.2.9-2_i386.deb
 73a4dc1a09152dbc9c6f62e0b75b1813 209028 devel extra 
apache2-threaded-dev_2.2.9-2_i386.deb
 b1cdcf36b151a909d50209b100847bbe 2327244 libdevel extra 
apache2-dbg_2.2.9-2_i386.deb
 3e5ba1c67801976ffbbf472f7464136c 42750 web optional apache2_2.2.9-2_all.deb
 109a253747dc615a0310dd5630cc6e57 2050828 doc optional 
apache2-doc_2.2.9-2_all.deb
 21c140caa6c0257fc4c6eb8e2fb8433a 6671976 devel extra 
apache2-src_2.2.9-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIXREPbxelr8HyTqQRAgnvAKC1NnekBuO+34pPzHyvKoCj6iNkjQCePgkb
CrmlVxZQCSKM5HmN7DmsIJE=
=K0Ng
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to