From: Ken Coar Date: Sat, 5 Jul 1997 15:49:38 +0000 (+0000) Subject: {Sigh} Bringing over the latest HEAD changes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32bfc38db9706035364d5b31fd8261ff725484cf;p=thirdparty%2Fapache%2Fhttpd.git {Sigh} Bringing over the latest HEAD changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78522 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/htdocs/manual/misc/FAQ.html b/APACHE_1_2_X/htdocs/manual/misc/FAQ.html index f8412961401..699f61898b5 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/FAQ.html +++ b/APACHE_1_2_X/htdocs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.63.2.6 $ ($Date: 1997/07/05 15:37:37 $) + $Revision: 1.63.2.7 $ ($Date: 1997/07/05 15:49:38 $)

The latest version of this FAQ is always available from the main @@ -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. -


+
  • How does The Apache Group's work relate to other @@ -872,21 +872,23 @@ More information is available.


    +
  • - Can I increase FD_SETSIZE on FreeBSD? + Can I increase FD_SETSIZE on FreeBSD?

    - 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 FD_SETSIZE, 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 libc with the changed setting. +

    +

    + On FreeBSD 3.0 the default is 1024, so the problem is lessened.

    -

    - On FreeBSD 3.0 the default is 1024, so the problem is lessened. -


  • @@ -965,6 +967,7 @@ warranty, though, and you'll lose all accumulated UNIX guru points.


    +
  • Why doesn't my ErrorDocument 401 work? @@ -1105,7 +1108,7 @@ >Publishing Pages with PUT.


    -
  • +
  • Why isn't FastCGI included with Apache any more? @@ -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:

    +

    • Remove the definition of struct iovec from your C library includes. It is located in /usr/include/sys/uio.h. @@ -1228,6 +1232,7 @@ This hurts performance and should only be used as a last resort.
    +


  • @@ -1335,8 +1340,8 @@ >Apache and Secure Transactions.


    -
  • -
  • +
  • +
  • Why do I get core dumps under HPUX using HP's ANSI C compiler? @@ -1747,7 +1752,7 @@ hosts, check out the mod_auth_msql code for some compile time flags which might - or might not - suit you.

    -
    +