From: Daniel Gruno
The server is configured by placing configuration directives in these @@ -160,7 +160,7 @@ divided into static and dynamic content.
and other files that reside in the filesystem. TheTypically, a document called index.html
will be served
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 0291c5aeac..896a5f3d9f 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1347,7 +1347,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
format [%t] [%l] [%a] %M
is not available, the surrounding
brackets are not logged either. Space characters can be escaped with a
backslash to prevent them from delimiting a field. The combination '% '
- (percent space) is a zero-witdh field delimiter that does not produce any
+ (percent space) is a zero-width field delimiter that does not produce any
output.
The above behavior can be changed by adding modifiers to the format diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 6437323400..2c2f4b3862 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -499,7 +499,7 @@ are interpreted, it is important to understand how this works.
order.Later sections override earlier ones, however each module is responsible - for interpeting what form this override takes. A later configuration section + for interpreting what form this override takes. A later configuration section with directives from a given module might cause a conceptual "merge" of some directives, all directives, or a complete replacement of the modules configuration with the module defaults and directives explicitly listed in