]> granicus.if.org Git - apache/commitdiff
Some cleanup on the 2.0 FAQ carried over from 1.3. May be irrelevant soon,
authorChris Pepper <pepper@apache.org>
Wed, 28 Feb 2001 03:36:00 +0000 (03:36 +0000)
committerChris Pepper <pepper@apache.org>
Wed, 28 Feb 2001 03:36:00 +0000 (03:36 +0000)
or it may give us a better starting point for 2.0 improvements.
Fixed a bunch of <p>...</p> matches.
Removed 1.3 upgrade recommendation.
Fixed some entity encodings.
Updated a bunch of links that moved from core.html to mpm_common.html.
Fixed a few bad/stale links.
Fixed a decrement that was interfering with comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88376 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ-A.html
docs/manual/misc/FAQ-B.html
docs/manual/misc/FAQ-D.html
docs/manual/misc/FAQ-E.html
docs/manual/misc/FAQ-F.html
docs/manual/misc/FAQ-G.html
docs/manual/misc/FAQ-I.html
docs/manual/misc/FAQ.html

index 18805b9662557e8ac06f8cb9a370402d03e57a8d..504f0aec76e810cf91dc0428f523c2e70a56c395 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.4 $ ($Date: 2000/04/04 17:06:14 $)
+  $Revision: 1.5 $ ($Date: 2001/02/28 03:35:59 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
  <LI><A NAME="what">
       <STRONG>What is Apache?</STRONG>
      </A>
-  <P>The Apache httpd server
+  <P>The Apache httpd server</P>
+
 <UL>
  <LI>is a powerful, flexible, HTTP/1.1 compliant web server
  <LI>implements the latest protocols, including HTTP/1.1 (RFC2616)
   </DL>
 </UL>
 
-  </P>
   <HR>
  </LI>
 
index 9a6820ed81eb2a4ab5e8a770b3b4b9e3c9a7c4bc..c9c8c22691b43ba1eb730441233a4a69422ef42e 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.5 $ ($Date: 2000/11/13 02:03:36 $)
+  $Revision: 1.6 $ ($Date: 2001/02/28 03:35:59 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   But modern operating systems shouldn't cause any trouble
   at all.
   </P>
-  <P>
-  Users of Apache 1.2.x should upgrade to a current version of Apache 1.3
-  (see <A HREF="../new_features_1_3.html#misc">year-2000 improvements in
-  Apache 1.3</A> for details).
-  </P>
   <p>
   The Apache HTTP Server project is an open-source software product of
   the Apache Software Foundation.  The project and the Foundation
index f95e504917cf815b2f3e952ab4889a745d9c14e8..f54c7c3a5dbf9a24f4dfc0482947e302d367685e 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.7 $ ($Date: 2000/11/13 02:03:36 $)
+  $Revision: 1.8 $ ($Date: 2001/02/28 03:35:59 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
@@ -87,7 +87,7 @@
         fills with &quot;<SAMP>fcntl: F_SETLKW: No record locks
         available</SAMP>&quot; or similar messages</A>
    </LI>
-   <LI><A HREF="#aixccbug">Why am I getting "<SAMP>Expected &lt/Directory&gt;
+   <LI><A HREF="#aixccbug">Why am I getting "<SAMP>Expected &lt;/Directory&gt;
         but saw &lt;/Directory&gt;</SAMP>" when I try to start Apache?</A>
    </LI>
    <LI><A HREF="#redhat">I'm using RedHat Linux and I have problems with httpd
      </A>
   <P>
   Your
-  <A HREF="../mod/core.html#group"><SAMP>Group</SAMP></A>
+  <A HREF="../mod/mpm_common.html#group"><SAMP>Group</SAMP></A>
   directive (probably in <SAMP>conf/httpd.conf</SAMP>) needs to name a
   group that actually exists in the <SAMP>/etc/group</SAMP> file (or
   your system's equivalent).  This problem is also frequently seen when
   <A HREF="../mod/core.html#serverroot">ServerRoot</A>
   directory. As of Apache version 1.3, the location can be set <EM>via</EM>
   the
-  <A HREF="../mod/core.html#coredumpdirectory"
+  <A HREF="../mod/mpm_common.html#coredumpdirectory"
   ><SAMP>CoreDumpDirectory</SAMP></A>
   directive to a different directory. Make sure that this directory is
   writable by the user the server runs as (as opposed to the user the server
   <P>
   The directory should not be generally writable (<EM>e.g.</EM>, don't use
   <SAMP>/var/tmp</SAMP>).
-  See the <A HREF="../mod/core.html#lockfile"><SAMP>LockFile</SAMP></A>
+  See the <A HREF="../mod/mpm_common.html#lockfile"><SAMP>LockFile</SAMP></A>
   documentation for more information.
   </P>
   <HR>
  </LI>
 
  <LI><A NAME="aixccbug"><STRONG>Why am I getting "<SAMP>Expected
-       &lt/Directory&gt; but saw &lt;/Directory&gt;</SAMP>" when
+       &lt;/Directory&gt; but saw &lt;/Directory&gt;</SAMP>" when
        I try to start Apache?</STRONG></A>
    <P>
    This is a known problem with certain versions of the AIX C compiler.
index 8ed33af5e1de87204f43ef439ba35b1b588d8a26..555c7c4c9f44718fe29e6f570dc624532fdbf563 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.6 $ ($Date: 2000/08/04 11:44:17 $)
+  $Revision: 1.7 $ ($Date: 2001/02/28 03:35:59 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   Each log file requires a file descriptor, which means that if you are
   using separate access and error logs for each virtual host, each
   virtual host needs two file descriptors.  Each
-  <A HREF="../mod/core.html#listen"><SAMP>Listen</SAMP></A>
+  <A HREF="../mod/mpm_common.html#listen"><SAMP>Listen</SAMP></A>
   directive also needs a file descriptor.
   </P>
   <P>
   </P>
   <OL>
    <LI>Reduce the number of
-    <A HREF="../mod/core.html#listen"><SAMP>Listen</SAMP></A>
+    <A HREF="../mod/mpm_common.html#listen"><SAMP>Listen</SAMP></A>
     directives.  If there are no other servers running on the machine
     on the same port then you normally don't
     need any Listen directives at all.  By default Apache listens to
     (see your system's documentation on the <CODE>limit</CODE> or
     <CODE>ulimit</CODE> commands).  For some systems, information on
     how to do this is available in the
-    <A HREF="perf.html">performance hints</A> page.  There is a specific
+    <A HREF="perf-tuning.html">performance hints</A> page.  There is a specific
     note for <A HREF="#freebsd-setsize">FreeBSD</A> below.
     <P>
     For Windows 95, try modifying your <SAMP>C:\CONFIG.SYS</SAMP> file to
    <LI>&quot;Don't do that&quot; - try to run with fewer virtual hosts
    </LI>
    <LI>Spread your operation across multiple server processes (using
-    <A HREF="../mod/core.html#listen"><SAMP>Listen</SAMP></A>
+    <A HREF="../mod/mpm_common.html#listen"><SAMP>Listen</SAMP></A>
     for example, but see the first point) and/or ports.
    </LI>
   </OL>
   the directives are not necessarily those of the running server; they
   are extracted from the configuration files themselves at the time of
   the request.  If the files have been changed since the server was last
-  reloaded, the display will will not match the values actively in use.
+  reloaded, the display will not match the values actively in use.
   If the files and the path to the files are not readable by the user as
   which the server is running (see the
-  <A HREF="../mod/core.html#user"><SAMP>User</SAMP></A>
+  <A HREF="../mod/mpm_common.html#user"><SAMP>User</SAMP></A>
   directive), then <SAMP>mod_info</SAMP> cannot read them in order to
   list their values.  An entry <EM>will</EM> be made in the error log in
   this event, however.
index 87c71faeae8824e06e4fa9572791e237a4932463..0f7e7046dbbbcd9b036472925d6222447547c93b 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.8 $ ($Date: 2001/02/10 23:33:36 $)
+  $Revision: 1.9 $ ($Date: 2001/02/28 03:36:00 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   runs fine from the command line, remember that the environment and
   permissions may be different when running under the web server.  The
   CGI can only access resources allowed for the <A 
-  HREF="../mod/core.html#user"><CODE>User</CODE></A> and 
-  <A HREF="../mod/core.html#group"><CODE>Group</CODE></A> specified in 
+  HREF="../mod/mpm_common.html#user"><CODE>User</CODE></A> and 
+  <A HREF="../mod/mpm_common.html#group"><CODE>Group</CODE></A> specified in 
   your Apache configuration.  In addition, the environment will not be 
   the same as the one provided on the command line, but it can be 
   adjusted using the directives provided by <A 
   Two alternatives are:
   <OL>
    <LI>Place the cgi-bin directory next to the public_html directory:
-    <P>
+
     <DL>
      <DD><CODE>ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*) /home/$1/cgi-bin/$2</CODE>
      </DD>
     </DL>
-    </P>
+
     </LI>
     <LI>Place the cgi-bin directory underneath the public_html directory:
-     <P></p>
      <DL>
       <DD><CODE>&lt;Directory /home/*/public_html/cgi-bin&gt;<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;Options ExecCGI<BR>
        &lt;/Directory&gt;</CODE>
       </DD>
      </DL>
-     <p></P>
     </LI>
    </OL>
   <HR> 
index e65537f51a4fd6339fd001c010b6b2842c6ef445..3900445f8e7f9645444cbd9113c29b5f8bd1dd57 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.4 $ ($Date: 2000/09/12 15:16:45 $)
+  $Revision: 1.5 $ ($Date: 2001/02/28 03:36:00 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   </P>
   <P>
   To eliminate this problem you should
+  </P>
+
   <OL>
     <LI>Always use the trailing slash when requesting directories;
     <LI>Change the <CODE>ServerName</CODE> to match the name you are
         using in the URL; and/or
     <LI>Set <CODE>UseCanonicalName off</CODE>.
   </OL>
-  </P>
   <HR>
  </LI>
 
index c56b46d96ee038363801f45314a2fb0c7bbad364..1c1ea79ad1c7dd10f55bb0bcc111311367d616d2 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.8 $ ($Date: 2001/01/28 00:19:28 $)
+  $Revision: 1.9 $ ($Date: 2001/02/28 03:36:00 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
       <STRONG>How can I rotate my log files?</STRONG>
      </A>
   <P>The simple answer: by piping the transfer log into an appropriate
-  log file rotation utility.</P> <P>The longer answer: In the
+  log file rotation utility.</P>
+
+  <P>The longer answer: In the
   src/support/ directory, you will find a utility called <a
   href="../programs/rotatelogs.html">rotatelogs</a> which can be used
-  like this:<PRE> TransferLog "|/path/to/rotatelogs
-  /path/to/logs/access_log 86400" </PRE> to enable daily rotation of
-  the log files.<BR> A more sophisticated solution of a logfile
+  like this:</p>
+
+  <PRE>TransferLog "|/path/to/rotatelogs
+  /path/to/logs/access_log 86400"</PRE>
+
+  <p>to enable daily rotation of
+  the log files.<BR>
+  A more sophisticated solution of a logfile
   rotation utility is available under the name <CODE>cronolog</CODE>
   from Andrew Ford's site at <A
   HREF="http://www.ford-mason.co.uk/resources/cronolog/"
   automatically create logfile subdirectories based on time and date,
   and can have a constant symlink point to the rotating logfiles. (As
   of version 1.6.1, cronolog is available under the <A
-  HREF="../LICENSE">Apache License</A>).  Use it like this:<PRE>
-  CustomLog "|/path/to/cronolog
+  HREF="../LICENSE">Apache License</A>).  Use it like this:</p>
+
+  <PRE>CustomLog "|/path/to/cronolog
   --symlink=/usr/local/apache/logs/access_log
-  /usr/local/apache/logs/%Y/%m/access_log" combined </PRE></P>
+  /usr/local/apache/logs/%Y/%m/access_log" combined </PRE>
+
   <HR>
  </LI>
  <LI><A NAME="conditional-logging">
   <A HREF="../mod/mod_setenvif.html#SetEnvIf"><CODE>SetEnvIf</CODE></A>
   directive to set an environment variable for certain requests and
   then using the conditional
-  <A HREF="../mod/mod_log_config.html#customlog-conditional"><CODE>CustomLog</CODE></A>
+  <A HREF="../mod/mod_log_config.html#customlogconditional"><CODE>CustomLog</CODE></A>
   syntax to prevent logging when the environment variable is set.
   </P>
   <HR>
index eaf0ac371fd640c3ee70c28bd8a774f25f39c40c..adde949ddc05ca9464973ad21e08d3880db6e3ed 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.146 $ ($Date: 2000/09/12 15:16:46 $)
+  $Revision: 1.147 $ ($Date: 2001/02/28 03:36:00 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
@@ -52,7 +52,7 @@
 <!--   - permission denied                                          -->
 <!--   - address already in use                                     -->
 <!-- - mod_auth & passwd lines "user:pw:.*" - ++1st colon onward is -->
-<!--   treated as pw, not just ++1st to --2nd.                      -->
+<!--   treated as pw, not just ++1st to \-\-2nd.                    -->
 <!-- - SSL:                                                         -->
 <!--   - Can I use Apache-SSL for free in Canada?                   -->
 <!--   - Why can't I use Apache-SSL in the U.S.?                    -->