dgaudet 97/04/11 21:49:11
Modified: htdocs/manual/misc FAQ.html
Log:
A few tweaks.
Revision Changes Path
1.21 +6 -3 apache/htdocs/manual/misc/FAQ.html
Index: FAQ.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C3 -r1.20 -r1.21
*** FAQ.html 1997/04/12 03:40:38 1.20
--- FAQ.html 1997/04/12 04:49:10 1.21
***************
*** 8,14 ****
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
! $Revision: 1.20 $ ($Date: 1997/04/12 03:40:38 $)
</P>
<H2>The Questions</H2>
<!-- Stuff to Add: -->
--- 8,14 ----
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
! $Revision: 1.21 $ ($Date: 1997/04/12 04:49:10 $)
</P>
<H2>The Questions</H2>
<!-- Stuff to Add: -->
***************
*** 341,347 ****
<P>
(Substitute the appropiate locations for your
<SAMP>ServerRoot</SAMP> and your <SAMP>httpd</SAMP> and
! <SAMP>core</SAMP> files.)
</P>
</LI>
</OL>
--- 341,348 ----
<P>
(Substitute the appropiate locations for your
<SAMP>ServerRoot</SAMP> and your <SAMP>httpd</SAMP> and
! <SAMP>core</SAMP> files. You may have to use <SAMP>gdb</SAMP>
! instead of <SAMP>dbx</SAMP>.)
</P>
</LI>
</OL>
***************
*** 614,620 ****
</LI>
<LI>"Don't do that" - try to run with fewer virtual hosts
</LI>
! <LI>Spread your operation across multiple server processes and/or ports
</LI>
</OL>
<P>
--- 615,623 ----
</LI>
<LI>"Don't do that" - try to run with fewer virtual hosts
</LI>
! <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>