diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 86d72399..2fca29b4 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -310,19 +310,22 @@ directory. You can check this by identifying the ServerRoot directive setting in your httpd.conf file. This is the path that was specified with the "--install-path=" configuration flag during compilation (for - example, in Fedora Core4: top_dir = - /etc/httpd). + example, in Fedora Core4: top_dir = + /etc/httpd). Edit Makefile to configure the correct include path for libxml - (for example: INCLUDES=-I/usr/include/libxml2) - Please consider XML support required. Note that the ModSecurity - Core rules may assume XML support is available (-DWITH_LIBXML2). You - may have to manually remove any XML references in the Core rules if - you choose not to include XML support. In future versions of - ModSecurity XML support will be required. + (for example: INCLUDES=-I/usr/include/libxml2) + + Please consider XML support required. Note that the + ModSecurity Core rules may assume XML support is available + (compiled with -DWITH_LIBXML2). You may have to manually remove + any XML references in the Core rules if you choose not to include + XML support. In future versions of ModSecurity XML support will + be required. + @@ -339,13 +342,14 @@ - (Optional) Add one line to your configuration to load libxml2: - LoadFile - /usr/lib/libxml2.so + Add one line to your configuration to load libxml2: + LoadFile + /usr/lib/libxml2.so - Add one line to your configuration to load ModSecurity: Add one line to your configuration to load ModSecurity: + LoadModule security2_module modules/mod_security2.so