mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Cleanup doc install section a bit.
This commit is contained in:
@@ -310,19 +310,22 @@
|
|||||||
directory. You can check this by identifying the ServerRoot directive
|
directory. You can check this by identifying the ServerRoot directive
|
||||||
setting in your httpd.conf file. This is the path that was specified
|
setting in your httpd.conf file. This is the path that was specified
|
||||||
with the "--install-path=" configuration flag during compilation (for
|
with the "--install-path=" configuration flag during compilation (for
|
||||||
example, in Fedora Core4:<filename moreinfo="none"> top_dir =
|
example, in Fedora Core4: <literal moreinfo="none">top_dir =
|
||||||
/etc/httpd</filename>).</para>
|
/etc/httpd</literal>).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Edit Makefile to configure the correct include path for libxml
|
<para>Edit Makefile to configure the correct include path for libxml
|
||||||
(for example: <filename
|
(for example: <literal
|
||||||
moreinfo="none">INCLUDES=-I/usr/include/libxml2</filename>)</para>
|
moreinfo="none">INCLUDES=-I/usr/include/libxml2</literal>)</para>
|
||||||
<para>Please consider XML support required. Note that the ModSecurity
|
<note>
|
||||||
Core rules may assume XML support is available (-DWITH_LIBXML2). You
|
<para>Please consider XML support required. Note that the
|
||||||
may have to manually remove any XML references in the Core rules if
|
ModSecurity Core rules may assume XML support is available
|
||||||
you choose not to include XML support. In future versions of
|
(compiled with -DWITH_LIBXML2). You may have to manually remove
|
||||||
ModSecurity XML support will be required.</para>
|
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.</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -339,13 +342,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>(Optional) Add one line to your configuration to load libxml2:
|
<para>Add one line to your configuration to load libxml2:</para>
|
||||||
<filename moreinfo="none">LoadFile
|
<para><literal moreinfo="none">LoadFile
|
||||||
/usr/lib/libxml2.so</filename></para>
|
/usr/lib/libxml2.so</literal></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Add one line to your configuration to load ModSecurity: <literal
|
<para>Add one line to your configuration to load ModSecurity:</para>
|
||||||
|
<para><literal
|
||||||
moreinfo="none">LoadModule security2_module
|
moreinfo="none">LoadModule security2_module
|
||||||
modules/mod_security2.so</literal></para>
|
modules/mod_security2.so</literal></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user