- <p>All network servers can be subject to denial of service atacks
+ <p>All network servers can be subject to denial of service attacks
that attempt to prevent responses to clients by tying up the
resources of the server. It is not possible to prevent such
attacks entirely, but you can do certain things to mitigate the
<li>The directives
<code class="directive"><a href="../mod/core.html#limitrequestbody">LimitRequestBody</a></code>,
<code class="directive"><a href="../mod/core.html#limitrequestfields">LimitRequestFields</a></code>,
- <code class="directive"><a href="../mod/core.html#limitrequestfilesize">LimitRequestFileSize</a></code>,
+ <code class="directive"><a href="../mod/core.html#limitrequestfieldsize">LimitRequestFieldSize</a></code>,
<code class="directive"><a href="../mod/core.html#limitrequestline">LimitRequestLine</a></code>, and
<code class="directive"><a href="../mod/core.html#limitxmlrequestbody">LimitXMLRequestBody</a></code>
should be carefully configured to limit resource consumption
<title>Denial of Service (DoS) attacks</title>
- <p>All network servers can be subject to denial of service atacks
+ <p>All network servers can be subject to denial of service attacks
that attempt to prevent responses to clients by tying up the
resources of the server. It is not possible to prevent such
attacks entirely, but you can do certain things to mitigate the
<li>The directives
<directive module="core">LimitRequestBody</directive>,
<directive module="core">LimitRequestFields</directive>,
- <directive module="core">LimitRequestFileSize</directive>,
+ <directive module="core">LimitRequestFieldSize</directive>,
<directive module="core">LimitRequestLine</directive>, and
<directive module="core">LimitXMLRequestBody</directive>
should be carefully configured to limit resource consumption
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:369829 (outdated) -->
+<!-- English Revision: 105989:369835 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,