pcs 97/06/12 07:05:32
Modified: htdocs/manual/misc known_bugs.html Log: Ooops, fix links to the real public bugdb.cgi Revision Changes Path 1.18 +4 -4 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C3 -r1.17 -r1.18 *** known_bugs.html 1997/06/12 09:35:48 1.17 --- known_bugs.html 1997/06/12 14:05:31 1.18 *************** *** 58,64 **** <LI> The PATH_INFO part of a request URI cannot include the sequence <CODE>%2f</CODE>. This will be tracked as ! <A HREF="http://dev.apache.org/private/bugdb.cgi/full/543">PR#543</A>. </LI> <LI>Users of early 1.2 betas reported problems with many --- 58,64 ---- <LI> The PATH_INFO part of a request URI cannot include the sequence <CODE>%2f</CODE>. This will be tracked as ! <A HREF="http://www.apache.org/bugdb.cgi/full/543">PR#543</A>. </LI> <LI>Users of early 1.2 betas reported problems with many *************** *** 79,85 **** then you have probably installed version 8 of bind. You will need to explicitly link with the bind library by adding <CODE>-lbind</CODE> to <CODE>EXTRA_LFLAGS</CODE> in <CODE>Configuration</CODE>. See ! <A HREF="http://dev.apache.org/private/bugdb.cgi/full/616">PR#616</A> and the <A HREF="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#bind8.1">Apache FAQ</A>. </LI> --- 79,85 ---- then you have probably installed version 8 of bind. You will need to explicitly link with the bind library by adding <CODE>-lbind</CODE> to <CODE>EXTRA_LFLAGS</CODE> in <CODE>Configuration</CODE>. See ! <A HREF="http://www.apache.org/bugdb.cgi/full/616">PR#616</A> and the <A HREF="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#bind8.1">Apache FAQ</A>. </LI> *************** *** 93,106 **** Compiling on Solaris 2 with SunSoft's C compiler gives the warning <CODE>"mod_include.c", line 1123: warning: end-of-loop code not reached</CODE>. This is a bogus warning and can be ignored. ! See <A HREF="http://dev.apache.org/private/bugdb.cgi/full/681">PR#681</A>. </LI> <LI> 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 ! <A HREF="http://dev.apache.org/private/bugdb.cgi/full/611">PR#611</A>. See also the <A HREF="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#fdlim">Apache FAQ</A>. --- 93,106 ---- Compiling on Solaris 2 with SunSoft's C compiler gives the warning <CODE>"mod_include.c", line 1123: warning: end-of-loop code not reached</CODE>. This is a bogus warning and can be ignored. ! See <A HREF="http://www.apache.org/bugdb.cgi/full/681">PR#681</A>. </LI> <LI> 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 ! <A HREF="http://www.apache.org/bugdb.cgi/full/611">PR#611</A>. See also the <A HREF="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#fdlim">Apache FAQ</A>.