From: dgaudet Date: Sat, 28 Jun 1997 20:58:17 +0000 (+0000) Subject: Update with latest from HEAD. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed11c9c79775d87f47bee8348494d353f603f7dd;p=thirdparty%2Fapache%2Fhttpd.git Update with latest from HEAD. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78409 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 e19bb35f393..220761518a2 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.3 $ ($Date: 1997/06/27 03:02:04 $) + $Revision: 1.63.2.4 $ ($Date: 1997/06/28 20:58:16 $)

The latest version of this FAQ is always available from the main @@ -1481,6 +1481,15 @@ file, then re-running Configure, should resolve the problem.

+

Note: As of BIND 8.1.1, the bind libraries and files are + installed under /usr/local/bind by default. So you + should not run into this problem. Should you want to use the bind + resolvers you'll have to add the following to the respective lines: +

+  EXTRA_CFLAGS=-I/usr/local/bind/include
+  EXTRA_LFLAGS=-L/usr/local/bind/lib
+  EXTRA_LIBS=-lbind
+  

  • diff --git a/APACHE_1_2_X/htdocs/manual/misc/fin_wait_2.html b/APACHE_1_2_X/htdocs/manual/misc/fin_wait_2.html index 2d9e946d174..4b9d60ad3aa 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/fin_wait_2.html +++ b/APACHE_1_2_X/htdocs/manual/misc/fin_wait_2.html @@ -266,6 +266,12 @@ many systems, this can be done by adding the line mbuf clusters you want to your kernel config file and rebuilding your kernel.

    + +

    Disable KeepAlive

    +

    If you are unable to do any of the above then you should, as a last +resort, disable KeepAlive. Edit your httpd.conf and change "KeepAlive On" +to "KeepAlive Off". +

  • Feedback
  • If you have any information to add to this page, please contact me at diff --git a/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html b/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html index 4d9ec526b1b..0b4dfc8efc8 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html +++ b/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html @@ -41,10 +41,11 @@ in early versions have been fixed in 1.2. source file conf.h for your architecture. This will be tracked as
    PR#467. -
  • +

    -

  • Apache's Content +
  • Fixed in 1.2.1. + Apache's Content Negotiation should pick the smallest variant if there are several that are equally acceptable. A bug in 1.2 means it no longer does this unless all the variants have character sets. @@ -53,13 +54,13 @@ in early versions have been fixed in 1.2. pick the last equally acceptable variant instead of the first. This will be tracked as PR#94. -
  • +

  • The PATH_INFO part of a request URI cannot include the sequence %2f. This will be tracked as PR#543. -
  • +

  • Users of early 1.2 betas reported problems with many connections stuck in the FIN_WAIT_2 state due to server @@ -68,12 +69,14 @@ in early versions have been fixed in 1.2. see sockets in FIN_WAIT_2 state due to network or operating system issues outside the control of Apache. See our FIN_WAIT_2 page for more details. -
  • +

    Note: Depending on client mixture, SunOS 4.x boxes + may need all keepalives disabled with "KeepAlive off". +

  • Compilation fails on SCO3 when using gcc instead of cc, complaining with "gcc: noinline: No such file or directory". Fix is given in PR#695. -
  • +

  • If compilation fails complaining about "unknown symbol __inet_ntoa()" then you have probably installed version 8 of bind. You will need to @@ -81,39 +84,34 @@ in early versions have been fixed in 1.2. to EXTRA_LFLAGS in Configuration. See PR#616 and the - Apache FAQ. -
  • + Apache FAQ. +

  • The message "created shared memory segment #730499" in error_log is not an error and should be ignored. See PR#696. -
  • +

  • Compiling on Solaris 2 with SunSoft's C compiler gives the warning "mod_include.c", line 1123: warning: end-of-loop code not reached. This is a bogus warning and can be ignored. See PR#681. -
  • +

    -

  • +
  • Workaround available in 1.2.1. There appears to be a problem on BSDI 2.1 with large numbers of virtual hosts. This appears similar to a file-descriptor limit but BSDI should not have this problem. This will be tracked as PR#611. - See also the - Apache - FAQ. -
  • + See also the Apache FAQ. +

    -

  • +
  • Workaround available in 1.2.1. Solaris 2 has problems with large numbers of virtual hosts. This is because of an operating system limit of 256 file pointers, not due - to Apache. - See also the - Apache - FAQ. -
  • + to Apache. See also the Apache FAQ. +