1 Source: libapache-mod-security
4 Maintainer: Dragan Dosen <ddosen@ffzg.hr>
5 Build-Depends: debhelper (>> 7.0.0), apache2-threaded-dev|apache2-prefork-dev, libxml2-dev (>= 2.0.50-10), liblua5.1-0-dev, libcurl4-gnutls-dev
6 Standards-Version: 3.8.0.0
8 Package: libapache-mod-security
10 Replaces: libapache2-mod-security2
11 Provides: libapache2-mod-security2
12 Depends: mod-security-common (= ${source:Version}), apache2.2-common, libxml2, ${shlibs:Depends}, ${misc:Depends}
13 Description: Tighten web applications security for Apache
14 Mod_security is an Apache module whose purpose is to tighten the Web
15 application security. Effectively, it is an intrusion detection and prevention
16 system for the web server.
18 At the moment its main features are:
19 * Audit log; store full request details in a separate file, including POST
21 * Request filtering; incoming requests can be analysed and offensive requests
22 can be rejected (or simply logged, if that is what you want). This feature
23 can be used to prevent many types of attacks (e.g. XSS attacks, SQL
24 injection, ...) and even allow you to run insecure applications on your
25 servers (if you have no other choice, of course).
27 In addition to this package the mod-security-common package, which includes
28 documentation and configuration examples, will be installed.
30 Package: mod-security-common
32 Replaces: mod-security2-common
33 Provides: mod-security2-common
34 Depends: ${misc:Depends}
35 Description: Tighten web applications security - common files
36 Mod_security is an Apache module whose purpose is to tighten the Web
37 application security. Effectively, it is an intrusion detection and prevention
38 system for the web server.
40 This package includes documentation, configuration examples and some scripts
41 to test the functionality of the module.
43 # Package: mod-security-mlogc
45 # Depends: libapache-mod-security (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
46 # Description: ModSecurity audit log collector
47 # Mlogc is used to connect a ModSecurity sensor to the central
48 # audit log repository.