mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Make a note of configure options that can affect performance (MODSEC-28).
This commit is contained in:
parent
4a336dadf2
commit
c012db7e60
@ -315,6 +315,15 @@
|
||||
|
||||
<para><literal>./configure
|
||||
--with-apxs=/path/to/httpd-2.x.y/bin/apxs</literal></para>
|
||||
|
||||
<note>
|
||||
<para>There are certain configure options that are meant for
|
||||
debugging an other development use. If enabled, these
|
||||
options can substantially impact performance. These options
|
||||
include all <literal>--debug-*</literal> options as well as
|
||||
the <literal>--enable-performance-measurements</literal>
|
||||
options.</para>
|
||||
</note>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -325,10 +334,12 @@
|
||||
<para>Optionally test with: <literal>make
|
||||
test</literal></para>
|
||||
|
||||
<para>NOTE: This is step is still a bit experimental. If you
|
||||
have problems, please send the full output and error from the
|
||||
build to the support list. Most common issues are related to
|
||||
not finding the required headers and/or libraries.</para>
|
||||
<note>
|
||||
<para>This is step is still a bit experimental. If you have
|
||||
problems, please send the full output and error from the
|
||||
build to the support list. Most common issues are related to
|
||||
not finding the required headers and/or libraries.</para>
|
||||
</note>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -2234,7 +2245,8 @@ end</programlisting>
|
||||
specified rule.</para>
|
||||
|
||||
<para><emphasis>Syntax:</emphasis> <literal
|
||||
moreinfo="none">SecRuleUpdateActionById RULEID ACTIONLIST</literal></para>
|
||||
moreinfo="none">SecRuleUpdateActionById RULEID
|
||||
ACTIONLIST</literal></para>
|
||||
|
||||
<para><emphasis>Example Usage:</emphasis> <literal
|
||||
moreinfo="none">SecRuleUpdateActionById 12345
|
||||
|
Loading…
x
Reference in New Issue
Block a user