<li>The use of a threaded <a href="../mpm.html">mpm</a> may
allow you to handle more simultaneous connections, thereby
- mitigating DoS attacks. Further, the
+ mitigating DoS attacks. Further, the
<module>event</module> mpm
uses asynchronous processing to avoid devoting a thread to each
connection. Due to the nature of the OpenSSL library the
recommend that you include the following line in your server
configuration files:</p>
- <highlight language="config">UserDir disabled root</highlight>
+ <highlight language="config">
+UserDir disabled root
+ </highlight>
</section>
directive specific. Always test your changes when creating dependencies
on how directives are merged.</p>
- <p> For modules that don't implement any merging logic, such as
- <directive>mod_access_compat</directive>, the behavior in later sections
+ <p> For modules that don't implement any merging logic, such as
+ <module>mod_access_compat</module>, the behavior in later sections
depends on whether the later section has any directives
- from the module. The configuration is inherited until a change is made,
+ from the module. The configuration is inherited until a change is made,
at which point the configuration is <em>replaced</em> and not merged.</p>
</section>