Пакет apache2-httpd-prefork: Информация

    Бинарный пакет: apache2-httpd-prefork
    Версия: 2.4.43-alt1
    Архитектура: i586
    Собран:  9 апреля 2020 г. 20:04 в задании #249456
    Исходный пакет: apache2
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://httpd.apache.org/

    Лицензия: Apache
    О пакете: Traditional model for Apache HTTPD 2.1
    Описание: 
    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.

    Сопровождающий: Anton Farygin


    Последнее изменение


    6 апреля 2020 г. Anton Farygin 1:2.4.43-alt1
    - 2.4.43 (Fixes:  CVE-2020-1927, CVE-2020-1934)
    19 марта 2020 г. Stanislav Levin 1:2.4.41-alt3
    - fixed TLS 1.3 client cert authentication for POST requests
    18 марта 2020 г. Stanislav Levin 1:2.4.41-alt2
    - mod_proxy_ajp: added "secret" parameter to proxy workers