Пакет mod_security: Информация

    Исходный пакет: mod_security
    Версия: 1.9.4-alt6
    Собран:  3 октября 2007 г. 20:11
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.modsecurity.org

    Лицензия: GPL
    О пакете: Tighten web applications security for Apache 1.3
    Описание: 
    Mod_security is an Apache 1.x/2.x module whose purpose is to tighten the Web
    application security. Effectively, it is an intrusion detection and prevention
    system for the web server.
    
    At the moment its main features are:
    * Audit log; store full request details in a separate file, including POST
    payloads.
    * Request filtering; incoming requests can be analysed and offensive requests
    can be rejected (or simply logged, if that is what you want). This feature
    can be used to prevent many types of attacks (e.g. XSS attacks, SQL
    injection, ...) and even allow you to run insecure applications on your
    servers (if you have no other choice, of course).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    mod_security (x86_64, i586)
    mod_security-common (x86_64, i586)
    mod_security-doc (x86_64, i586)

    Сопровождающий: Vladimir V Kamarzin

    Список участников:
    Michael Shigorin
    Vladimir V Kamarzin

    Права:
    Michael Shigorin

      1. libapr-devel
      2. libaprutil-devel
      3. apache-devel

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


    2 октября 2007 г. Michael Shigorin 1.9.4-alt6
    - Moved default SecUploadDir
      from implicit /tmp
        to explicit /var/cache/httpd/modsec
      (works better with /tmp being non-writable for apache user)
    5 апреля 2007 г. Vladimir V Kamarzin 1.9.4-alt5
    - Add workaround for fix security bug in mod_security < 2.1.0 (Closes: #11035)
    9 марта 2007 г. Vladimir V Kamarzin 1.9.4-alt4
    - Build only apache1 module