]> granicus.if.org Git - apache/commitdiff
A few tweaks.
authordgaudet <dgaudet@unknown>
Sat, 12 Apr 1997 04:49:10 +0000 (04:49 +0000)
committerdgaudet <dgaudet@unknown>
Sat, 12 Apr 1997 04:49:10 +0000 (04:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77867 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index d4b8abbd08e080f9928f49a111aa015850a68dd6..1bf9e52782fe3d3af25e88bf947bc4b201bd12b8 100644 (file)
@@ -8,7 +8,7 @@
 <!--#include virtual="header.html" -->
 <H1>Apache Server Frequently Asked Questions</H1>
 <P>
-$Revision: 1.20 $ ($Date: 1997/04/12 03:40:38 $)
+$Revision: 1.21 $ ($Date: 1997/04/12 04:49:10 $)
 </P>
 <H2>The Questions</H2>
 <!-- Stuff to Add:                                                 -->
@@ -341,7 +341,8 @@ $Revision: 1.20 $ ($Date: 1997/04/12 03:40:38 $)
     <P>
     (Substitute the appropiate locations for your
     <SAMP>ServerRoot</SAMP> and your <SAMP>httpd</SAMP> and
-    <SAMP>core</SAMP> files.)
+    <SAMP>core</SAMP> files.  You may have to use <SAMP>gdb</SAMP>
+    instead of <SAMP>dbx</SAMP>.)
     </P>
    </LI>
   </OL>
@@ -614,7 +615,9 @@ $Revision: 1.20 $ ($Date: 1997/04/12 03:40:38 $)
    </LI>
    <LI>&quot;Don't do that&quot; - try to run with fewer virtual hosts
    </LI>
-   <LI>Spread your operation across multiple server processes and/or ports
+   <LI>Spread your operation across multiple server processes (using
+       <A HREF="../mod/core.html#listen">Listen</A> for example,
+       but see the first point) and/or ports
    </LI>
   </OL>
   <P>