Package apache2-httpd-prefork: Information

  • Default inline alert: A new version of the package has been build

    Task #: #340027
    Build time: Feb 7, 2024, 06:27 PM
    New version: 2.4.58-alt2
Binary package: apache2-httpd-prefork
Version: 2.4.48-alt3.1
Architecture: armh
Build time:  Jul 22, 2021, 04:21 PM in the task #279948
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: Paul Wolneykien


Last changed


July 22, 2021 Paul Wolneykien 1:2.4.48-alt3.1
- Rebuild to reflect CVE close in the changelog (Fixes: CVE-2021-26691).
June 11, 2021 Anton Farygin 1:2.4.48-alt3
- fixed httpd restart from filetrigger
June 10, 2021 Anton Farygin 1:2.4.48-alt2
- added xml2enc module to mod_proxy_html subpackage