]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some spelling errors
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Nov 2019 21:29:15 +0000 (21:29 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Nov 2019 21:29:15 +0000 (21:29 +0000)
(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

docs/manual/install.xml
docs/manual/sections.xml
docs/manual/suexec.xml

index 6f43a4e12838130fea45454a9db0640e1c6928e8..6cd15999df4af7912f352c1383a8c8d792d06839 100644 (file)
@@ -460,7 +460,7 @@ $ tar xvf httpd-<em>NN</em>.tar
 
     <p>A <a
     href="http://wiki.apache.org/httpd/DistrosDefaultLayout">description
-    of these third-party distrubutions</a> is maintained in the HTTP
+    of these third-party distributions</a> 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
index 87f061f103f86e6e403c8840c0e99755062d75cb..6e147d3808f200bd86c411d0a25238c6084dac92 100644 (file)
@@ -305,7 +305,7 @@ and modules like <module>mod_rewrite</module>.</p>
 
 <highlight language="config">
 &lt;DirectoryMatch "^/var/www/combined/(?&lt;SITENAME&gt;[^/]+)"&gt;
-    require ldap-group "cn=%{env:MATCH_SITENAME},ou=combined,o=Example"
+    Require ldap-group "cn=%{env:MATCH_SITENAME},ou=combined,o=Example"
 &lt;/DirectoryMatch&gt;
 </highlight>
 
@@ -567,7 +567,7 @@ are interpreted, it is important to understand how this works.</p>
         <li><directive>Directory</directive> "/" matches and an initial configuration to set the <code>CustomHeaderName</code> header with the value <code>one</code> is created.</li>
         <li><directive>Directory</directive> "/example" matches, and since <module>mod_headers</module> specifies in its code to override in case of a merge, a new configuration is created to set the <code>CustomHeaderName</code> header with the value <code>two</code>.</li>
         <li><directive>FilesMatch</directive> ".*" matches and another merge opportunity arises, causing the <code>CustomHeaderName</code> header to be set with the value <code>three</code>.</li>
-        <li>Eventually during the next steps of the HTTP request processing <module>mod_headers</module> will be called and it will receive the configuration to set the <code>CustomHeaderName</code> header with the value <code>three</code>. <module>mod_headers</module> 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..</li>
+        <li>Eventually during the next steps of the HTTP request processing <module>mod_headers</module> will be called and it will receive the configuration to set the <code>CustomHeaderName</code> header with the value <code>three</code>. <module>mod_headers</module> 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..</li>
     </ul>
 
     <p>This is true for .htaccess too since they have the same priority as <directive>Directory</directive> in the merge order. The important concept to understand is that configuration sections like  <directive>Directory</directive> and <directive>FilesMatch</directive> are not comparable to module specific directives like <directive module="mod_headers">Header</directive> or <directive module="mod_rewrite">RewriteRule</directive> because they operate on different levels.
index 83144fbe58d8e8098214a8f2fc07bc7bb1e2b762..2d42a839557c5b9204360879ab9672838341aa5a 100644 (file)
       root user.  If this option is used, the <code>suexec</code>
       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 <code>suexec</code> binary may not be able to write to a log
       file in this mode; it is recommended that the
       <code>--with-suexec-syslog --without-suexec-logfile</code>
@@ -578,17 +578,14 @@ Group webgroup
     Warnings &amp; Examples</title>
 
     <p><strong>NOTE!</strong> This section may not be
-    complete. For the latest revision of this section of the
-    documentation, see the <a
-    href="http://httpd.apache.org/docs/&httpd.docs;/suexec.html">Online
-    Documentation</a> version.</p>
+    complete.</p>
 
     <p>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.</p>
 
+    <p><strong>suEXEC Points Of Interest</strong></p>
     <ul>
-      <li><strong>suEXEC Points Of Interest</strong></li>
 
       <li>
         Hierarchy limitations