Package apache2-httpd-worker: Information

  • Default inline alert: Version in the repository: 2.4.59-alt1

Binary package: apache2-httpd-worker
Version: 2.4.48-alt6
Architecture: x86_64
Build time:  Aug 27, 2021, 05:22 PM in the task #283969
Source package: apache2
Category: System/Servers
Report package bug
License: Apache-2.0
Summary: High speed threaded model for Apache HTTPD 2.1
Description: 
The worker MPM provides a threaded implementation for Apache HTTPD 2.1. 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.

Maintainer: Egor Ignatov


Last changed


Aug. 27, 2021 Egor Ignatov 1:2.4.48-alt6
- fix systemd service: use mpm from $HTTPD
Aug. 18, 2021 Egor Ignatov 1:2.4.48-alt5
- enable mod_systemd, drop apachectl2 in unit file (closes: #40688)
Aug. 16, 2021 Egor Ignatov 1:2.4.48-alt4
- enable mod_md