]> granicus.if.org Git - apache/commitdiff
minor cleanups
authorAndré Malo <nd@apache.org>
Sun, 28 Nov 2004 21:54:52 +0000 (21:54 +0000)
committerAndré Malo <nd@apache.org>
Sun, 28 Nov 2004 21:54:52 +0000 (21:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106851 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml
docs/manual/mod/core.xml
docs/manual/mod/worker.xml
docs/manual/programs/configure.xml
docs/manual/programs/rotatelogs.xml
docs/manual/vhosts/index.xml

index 8215f3b155f8e2d48ca84d99b3e040b26ba0f60a..9a1fb0b9b780240981baa0b79cf28f2849f1943d 100644 (file)
@@ -248,7 +248,7 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
     location of your compiler, libraries, or header files.  This is
     done by passing either environment variables or command line
     options to <program>configure</program>.  For more information, see the
-    <a href="programs/configure.html">configure manual page</a>.</p>
+    <program>configure</program> manual page.</p>
 
     <p>For a short impression of what possibilities you have, here
     is a typical example which compiles Apache for the installation
@@ -268,9 +268,8 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
     test for the availability of features on your system and build
     Makefiles which will later be used to compile the server.</p>
 
-    <p>Details on all the different <code>configure</code> options are
-    available on the <a href="programs/configure.html">configure
-    manual page</a>.</p>
+    <p>Details on all the different <program>configure</program> options are
+    available on the <program>configure</program> manual page.</p>
 </section>
 
 <section id="compile"><title>Build</title>
index 7c44b00056c86c0aae293e4ccc2f39dbfbc93400..2c63f06bfc2c04045965d5ec9ff2e593b41cff8d 100644 (file)
@@ -1783,7 +1783,7 @@ URLs</description>
     limits the scope of the enclosed directives by URL. It is similar to the
     <directive type="section" module="core">Directory</directive>
     directive, and starts a subsection which is terminated with a
-    <code>&lt;/Location&gt;</code> directive.  <directive
+    <code>&lt;/Location&gt;</code> directive. <directive
     type="section">Location</directive> sections are processed in the
     order they appear in the configuration file, after the <directive
     type="section" module="core">Directory</directive> sections and
index d210c626cfd8b87a40592cbdf98772e03dd73a55..977a8685c5067b55cfc921233647630cd9aa6598 100644 (file)
@@ -32,7 +32,7 @@
     multi-process multi-threaded server.  By using threads to serve
     requests, it is able to serve a large number of requests with
     less system resources than a process-based server.  Yet it
-    retains much of the stability of a process-based server by 
+    retains much of the stability of a process-based server by
     keeping multiple processes available, each with many threads.</p>
 
     <p>The most important directives used to control this MPM are
@@ -137,7 +137,7 @@ uses</a></seealso>
     controls how frequently the server recycles processes by killing
     old ones and launching new ones.</p>
 </section>
+
 <directivesynopsis location="mpm_common"><name>AcceptMutex</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
index 9f0acfedb3d32f0da8001945b3b1ca75f3d5df77..648f1fa3e65cba8a6e75b9686a585eb60d3683c7 100644 (file)
         libraries integrated. Otherwise the support binaries are linked
         dynamically by default.</dd>
 
-      <dt><code>--enable-suexec</code></dt> 
+      <dt><code>--enable-suexec</code></dt>
       <dd>Use this option to enable <program>
         suexec</program>, which allows you to set
         uid and gid for spawned processes. <strong>Do not use this
index bafe30fed52c115b9d57f5874a4e117591cc3175..64c288139bcb236336a68d591cf765ed7f1ea146 100644 (file)
@@ -44,7 +44,7 @@
 
      <p>This configuration will rotate the logfile whenever it reaches
      a size of 5 megabytes.</p>
-        
+
 <example>
      ErrorLog "|bin/rotatelogs /var/logs/errorlog.%Y-%m-%d-%H_%M_%S 5M"
 </example>
index 0ed271f68b752e52e1d707e8b3446fb1302e3f3e..8416093dcaab2c9fbe5a7bfda24bf9faad2cda44 100644 (file)
@@ -34,7 +34,7 @@
     different IP address for every web site, or "<a
     href="name-based.html">name-based</a>", meaning that you have
     multiple names running on each IP address. The fact that they
-    are running on the same physical server is not apparent to the 
+    are running on the same physical server is not apparent to the
     end user.</p>
 
     <p>Apache was one of the first servers to support IP-based