coar 97/07/05 08:49:40
Modified: htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: {Sigh} Bringing over the latest HEAD changes. Revision Changes Path No revision No revision 1.63.2.7 +22 -17 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.63.2.6 retrieving revision 1.63.2.7 diff -C3 -r1.63.2.6 -r1.63.2.7 *** FAQ.html 1997/07/05 15:37:37 1.63.2.6 --- FAQ.html 1997/07/05 15:49:38 1.63.2.7 *************** *** 15,21 **** <!--#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 $) </P> <P> The latest version of this FAQ is always available from the main --- 15,21 ---- <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> ! $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 *************** *** 261,268 **** 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> </LI> <LI><A NAME="relate"> <STRONG>How does The Apache Group's work relate to other --- 261,268 ---- 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. </P> + <HR> </LI> <LI><A NAME="relate"> <STRONG>How does The Apache Group's work relate to other *************** *** 872,892 **** <a href="descriptors.html">More information is available.</a> </P> <HR> <LI><A NAME="freebsd-setsize"> ! <STRONG>Can I increase FD_SETSIZE 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. ! </P> ! <p> ! On FreeBSD 3.0 the default is 1024, so the problem is lessened. ! </p> <HR> </LI> --- 872,894 ---- <a href="descriptors.html">More information is available.</a> </P> <HR> + </LI> <LI><A NAME="freebsd-setsize"> ! <STRONG>Can I increase <SAMP>FD_SETSIZE</SAMP> on FreeBSD?</STRONG> </A> <P> ! 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> <HR> </LI> *************** *** 965,970 **** --- 967,973 ---- 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> *************** *** 1105,1111 **** ><CITE>Publishing Pages with PUT</CITE></A>. </P> <HR> ! </LI> <LI><A NAME="fastcgi"> <STRONG>Why isn't FastCGI included with Apache any more?</STRONG> </A> --- 1108,1114 ---- ><CITE>Publishing Pages with PUT</CITE></A>. </P> <HR> ! </LI> <LI><A NAME="fastcgi"> <STRONG>Why isn't FastCGI included with Apache any more?</STRONG> </A> *************** *** 1218,1223 **** --- 1221,1227 ---- 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>. *************** *** 1228,1233 **** --- 1232,1238 ---- This hurts performance and should only be used as a last resort. </LI> </UL> + </P> <HR> </LI> <LI><A NAME="wheres-the-dump"> *************** *** 1335,1342 **** ><CITE>Apache and Secure Transactions</CITE></A>. </P> <HR> ! </LI> ! <LI><A NAME="HPUX-core"> <STRONG>Why do I get core dumps under HPUX using HP's ANSI C compiler?</STRONG> </A> --- 1340,1347 ---- ><CITE>Apache and Secure Transactions</CITE></A>. </P> <HR> ! </LI> ! <LI><A NAME="HPUX-core"> <STRONG>Why do I get core dumps under HPUX using HP's ANSI C compiler?</STRONG> </A> *************** *** 1747,1753 **** hosts, check out the <SAMP>mod_auth_msql</SAMP> code for some compile time flags which might - or might not - suit you. </P> ! <HR> </LI> <!-- Don't forget to add HR tags at the end of each list item.. --> --- 1752,1758 ---- hosts, check out the <SAMP>mod_auth_msql</SAMP> code for some compile time flags which might - or might not - suit you. </P> ! <HR> </LI> <!-- Don't forget to add HR tags at the end of each list item.. -->