mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 06:57:10 +03:00
Update SVN eol properties to 'native'.
This commit is contained in:
@@ -17,7 +17,7 @@ builddir = .
|
||||
# Debian - /usr/share/apache2 (apache2-prefork-dev or apache2-threaded-dev
|
||||
# needed, depending on your installation type)
|
||||
#
|
||||
# NOTE: On Solaris the top_builddir is /var/apache2. This version of Apache
|
||||
# On Solaris the top_builddir is /var/apache2. This version of Apache
|
||||
# httpd uses the buildin PCRE, but you must still install the PCRE headers
|
||||
# to compile ModSecurity as they are not installed with Apache httpd. Because
|
||||
# of this, it is recommended to install your own version of Apache httpd.
|
||||
@@ -27,6 +27,11 @@ builddir = .
|
||||
# include directory to the INCLUDES variable below
|
||||
# Something like: -I /path/to/httpd-x.y/srclib/pcre
|
||||
#
|
||||
# XML Support: Please note that the included Core Ruleset may assume XML
|
||||
# support is available (-DWITH_LIBXML2). You may have to manually remove any
|
||||
# XML references in the Core Ruleset if you choose not to include XML support.
|
||||
# In future versions of ModSecurity XML support will be required.
|
||||
#
|
||||
top_dir = /usr/local/apache2
|
||||
|
||||
top_srcdir = ${top_dir}
|
||||
|
||||
@@ -48,7 +48,7 @@ typedef struct msc_string msc_string;
|
||||
#include "http_protocol.h"
|
||||
|
||||
#define MODULE_NAME "ModSecurity"
|
||||
#define MODULE_RELEASE "2.1.4-rc4"
|
||||
#define MODULE_RELEASE "2.1.4"
|
||||
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
|
||||
|
||||
#define PHASE_REQUEST_HEADERS 1
|
||||
|
||||
Reference in New Issue
Block a user