]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
{Sigh} Bringing over the latest HEAD changes.
authorKen Coar <coar@apache.org>
Sat, 5 Jul 1997 15:49:38 +0000 (15:49 +0000)
committerKen Coar <coar@apache.org>
Sat, 5 Jul 1997 15:49:38 +0000 (15:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78522 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/misc/FAQ.html

index f841296140112a4c3b0189cedbfc0cc761b02ab5..699f61898b53652d8526e9286d282d64203e054f 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.63.2.6 $ ($Date: 1997/07/05 15:37:37 $)
+  $Revision: 1.63.2.7 $ ($Date: 1997/07/05 15:49:38 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   programmers that httpd didn't behave as they wanted it to behave.
   Apache is an entirely volunteer effort, completely funded by its 
   members, not by commercial sales.
-  <HR>
   </P>
+  <HR>
  </LI>
  <LI><A NAME="relate">
       <STRONG>How does The Apache Group's work relate to other
   <a href="descriptors.html">More information is available.</a>
   </P>
   <HR>
+ </LI>
 
  <LI><A NAME="freebsd-setsize">
-      <STRONG>Can I increase FD_SETSIZE on FreeBSD?</STRONG>
+      <STRONG>Can I increase <SAMP>FD_SETSIZE</SAMP> on FreeBSD?</STRONG>
      </A>
   <P>
-    On FreeBSD 2.2 and older FD_SETSIZE, which limits the number of open
-    files on the system, is limted to 256. This can limit the number of
-    virtual hosts you are using; especially if they all use different log
-    files. Increasing this limit (and recompiling apache) is not enough
-    (As it is on some platforms, such as Solaris), as you also will have
-    to recompile libc with the changed setting.
+  On FreeBSD 2.2 and older <SAMP>FD_SETSIZE</SAMP>, which limits the
+  number of open 
+  files on the system, is limited to 256. This can restrict the number of
+  virtual hosts you can use; especially if they all use different log
+  files. Increasing this limit (and recompiling Apache) is not enough,
+  as it is on some platforms (such as Solaris), as you also will have
+  to recompile <SAMP>libc</SAMP> with the changed setting.
+  </P>
+  <P>
+  On FreeBSD 3.0 the default is 1024, so the problem is lessened.
   </P>
-  <p>
-    On FreeBSD 3.0 the default is 1024, so the problem is lessened.
-  </p>
   <HR>
  </LI>
 
   warranty, though, and you'll lose all accumulated UNIX guru points.
   </P>
   <HR>
+ </LI>
  <LI><A NAME="errordoc401">
       <STRONG>Why doesn't my <CODE>ErrorDocument 401</CODE> work?</STRONG>
      </A>
   ><CITE>Publishing Pages with PUT</CITE></A>.
   </P>
   <HR>
 </LI>
+ </LI>
  <LI><A NAME="fastcgi">
       <STRONG>Why isn't FastCGI included with Apache any more?</STRONG>
      </A>
   includes.  You need to make sure that the versions of both are matched
   properly.  There are two workarounds, either one will solve the problem:
   </P>
+  <P>
   <UL>
    <LI>Remove the definition of <CODE>struct iovec</CODE> from your C
     library includes.  It is located in <CODE>/usr/include/sys/uio.h</CODE>.  
     This hurts performance and should only be used as a last resort.
    </LI>
   </UL>
+  </P>
   <HR>
  </LI>
  <LI><A NAME="wheres-the-dump">
   ><CITE>Apache and Secure Transactions</CITE></A>.
   </P>
   <HR>
 </LI>
 <LI><A NAME="HPUX-core">
+ </LI>
+ <LI><A NAME="HPUX-core">
        <STRONG>Why do I get core dumps under HPUX using HP's ANSI 
                C compiler?</STRONG>
       </A>
   hosts, check out the <SAMP>mod_auth_msql</SAMP> code for 
   some compile time flags which might - or might not - suit you.
   </P>
- <HR>
 <HR>
  </LI>
 
   <!-- Don't forget to add HR tags at the end of each list item.. -->