equivalent. The TRACE method is not available to this provider,
use <directive module="core">TraceEnable</directive> instead.</p>
- <p>The following examples will only allow GET, HEAD, POST, and OPTIONS
+ <p>The following example will only allow GET, HEAD, POST, and OPTIONS
requests:</p>
<example>
Require method GET POST OPTIONS<br />
</example>
- <p>The following examples will allow GET, HEAD, POST, and OPTIONS
+ <p>The following example will allow GET, HEAD, POST, and OPTIONS
requests without authentication, and require a valid user for all other
methods:</p>
<example>
<RequireAny><br />
- Require method GET POST OPTIONS<br />
- Require valid-user<br />
+ Require method GET POST OPTIONS<br />
+ Require valid-user<br />
</RequireAny><br />
</example>