Package apache2-httpd-prefork: Information

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

Binary package: apache2-httpd-prefork
Version: 2.4.48-alt7
Architecture: x86_64
Build time:  Sep 3, 2021, 01:11 AM in the task #284433
Source package: apache2
Category: System/Servers
Report package bug
License: Apache-2.0
Summary: Traditional model for Apache HTTPD 2.1
Description: 
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.

Maintainer: Egor Ignatov


Last changed


Sept. 2, 2021 Egor Ignatov 1:2.4.48-alt7
- add 'systemctl daemon-reload' to 90-apache2-base-httpd.filetrigger
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)