Loading docs/manual/misc/FAQ.html +21 −16 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -261,8 +261,8 @@ 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 Loading Loading @@ -872,21 +872,23 @@ <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> <P> On FreeBSD 3.0 the default is 1024, so the problem is lessened. </p> </P> <HR> </LI> Loading Loading @@ -965,6 +967,7 @@ 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> Loading Loading @@ -1218,6 +1221,7 @@ 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>. Loading @@ -1228,6 +1232,7 @@ This hurts performance and should only be used as a last resort. </LI> </UL> </P> <HR> </LI> <LI><A NAME="wheres-the-dump"> Loading Loading
docs/manual/misc/FAQ.html +21 −16 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -261,8 +261,8 @@ 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 Loading Loading @@ -872,21 +872,23 @@ <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> <P> On FreeBSD 3.0 the default is 1024, so the problem is lessened. </p> </P> <HR> </LI> Loading Loading @@ -965,6 +967,7 @@ 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> Loading Loading @@ -1218,6 +1221,7 @@ 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>. Loading @@ -1228,6 +1232,7 @@ This hurts performance and should only be used as a last resort. </LI> </UL> </P> <HR> </LI> <LI><A NAME="wheres-the-dump"> Loading