@@ -26,7 +26,7 @@ Vulnerabilities](http://httpd.apache.org/security/vulnerabilities_24.html)
2626
2727If an issue is reported against an aspect of the security model which
2828is not documented here, it MUST be accompanied by a clear description
29- of that aspect the model, showing why a trust boundary exists and how
29+ of that aspect of the model, showing why a trust boundary exists and how
3030it is violated. It is helpful to use references to vulnerabilities
3131previously disclosed by this project, the httpd documentation
3232(see docs/manual), and to demonstrate common usage patterns.
@@ -81,7 +81,7 @@ configurable limits; e.g. LimitRequestFields limits the RAM
8181consumption by HTTP headers, LimitXMLRequestBody limits the RAM
8282consumption by parsing XML request documents.
8383
84- Example vulnerabilities which violated the model: CVE-2004 -0942
84+ Example vulnerabilities which violated the model: CVE-2004 -0942.
8585
8686## Privilege separation on Unix platforms
8787
@@ -107,7 +107,7 @@ model.
107107Example vulnerabilities which violated the model: CVE-2007 -3304,
108108CVE-2012 -0031.
109109
110- ## Delegated Configuration
110+ ## Delegated Configuration
111111
112112Server configuration can be delegated to trusted local site authors by
113113allowing use of .htaccess files in some configurations (see
0 commit comments