From: Christophe Jaillet
Date: Thu, 14 Nov 2019 21:29:15 +0000 (+0000)
Subject: Fix some spelling errors
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1789
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6fb0ed3573abe39916288b6b248b0dee091061a;p=thirdparty%2Fapache%2Fhttpd.git
Fix some spelling errors
(see PR 63923)
in suexec.xml, remove a useless comment and slighly improve layout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869816 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 6f43a4e1283..6cd15999df4 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -460,7 +460,7 @@ $ tar xvf httpd-NN.tar
A description
- of these third-party distrubutions is maintained in the HTTP
+ of these third-party distributions is maintained in the HTTP
Server wiki, and should reflect the current state of these
third-party distributions. However, you will need to familiarize
yourself with your particular platform's package management and
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 87f061f103f..6e147d3808f 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -305,7 +305,7 @@ and modules like mod_rewrite.
<DirectoryMatch "^/var/www/combined/(?<SITENAME>[^/]+)">
- require ldap-group "cn=%{env:MATCH_SITENAME},ou=combined,o=Example"
+ Require ldap-group "cn=%{env:MATCH_SITENAME},ou=combined,o=Example"
</DirectoryMatch>
@@ -567,7 +567,7 @@ are interpreted, it is important to understand how this works.
Directory "/" matches and an initial configuration to set the CustomHeaderName header with the value one is created.
Directory "/example" matches, and since mod_headers specifies in its code to override in case of a merge, a new configuration is created to set the CustomHeaderName header with the value two.
FilesMatch ".*" matches and another merge opportunity arises, causing the CustomHeaderName header to be set with the value three.
- Eventually during the next steps of the HTTP request processing mod_headers will be called and it will receive the configuration to set the CustomHeaderName header with the value three. mod_headers normally uses this configuration to perfom its job, namely setting the foo header. This does not mean that a module can't perform a more complex action like discarding directives because not needed or deprecated, etc..
+ Eventually during the next steps of the HTTP request processing mod_headers will be called and it will receive the configuration to set the CustomHeaderName header with the value three. mod_headers normally uses this configuration to perform its job, namely setting the foo header. This does not mean that a module can't perform a more complex action like discarding directives because not needed or deprecated, etc..
This is true for .htaccess too since they have the same priority as Directory in the merge order. The important concept to understand is that configuration sections like Directory and FilesMatch are not comparable to module specific directives like Header or RewriteRule because they operate on different levels.
diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml
index 83144fbe58d..2d42a839557 100644
--- a/docs/manual/suexec.xml
+++ b/docs/manual/suexec.xml
@@ -367,7 +367,7 @@
root user. If this option is used, the suexec
binary will instead be installed with only the setuid/setgid
"capability" bits set, which is the subset of full root
- priviliges required for suexec operation. Note that
+ privileges required for suexec operation. Note that
the suexec binary may not be able to write to a log
file in this mode; it is recommended that the
--with-suexec-syslog --without-suexec-logfile
@@ -578,17 +578,14 @@ Group webgroup
Warnings & Examples
NOTE! This section may not be
- complete. For the latest revision of this section of the
- documentation, see the Online
- Documentation version.
+ complete.
There are a few points of interest regarding
the wrapper that can cause limitations on server setup. Please
review these before submitting any "bugs" regarding suEXEC.
+ suEXEC Points Of Interest
- - suEXEC Points Of Interest
-
Hierarchy limitations