coar 98/05/22 21:42:50
Modified: info known_bugs.html
Log:
More broken links..
Revision Changes Path
1.6 +9 -7 apache-site/info/known_bugs.html
Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apache-site/info/known_bugs.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- known_bugs.html 1998/05/23 03:41:59 1.5
+++ known_bugs.html 1998/05/23 04:42:50 1.6
@@ -215,7 +215,7 @@
to <CODE>EXTRA_LDFLAGS</CODE> in <CODE>Configuration</CODE>. See
<A HREF="http://bugs.apache.org/index/full/616">PR#616</A>
and the
- <A HREF="FAQ.html#bind8.1">Apache FAQ</A>. This is not a bug
+ <A HREF="../docs/misc/FAQ.html#bind8.1">Apache FAQ</A>. This is not a
bug
in Apache.
</LI><P>
@@ -237,13 +237,13 @@
<CODE>cd</CODE> to your <CODE>apache_1.2.1</CODE> directory, and
type <CODE>patch -s -p1 < /path/to/patchfile</CODE>. Then rebuild
Apache.<P>
- <LI>Use SIGUSR1 instead of SIGHUP, see <A HREF="../stopping.html">
+ <LI>Use SIGUSR1 instead of SIGHUP, see <A HREF="../docs/stopping.html">
Stopping and Restarting Apache</A> for more details.<P>
<LI>Add <CODE>-DNO_SLACK</CODE> to
<CODE>EXTRA_CFLAGS</CODE> in
your <CODE>Configuration</CODE> file, re-run <CODE>Configure</CODE>
and rebuild your server. This disables the
- <A HREF="descriptors.html">descriptor slack workaround</A>
+ <A HREF="../docs/misc/descriptors.html">descriptor slack workaround</A>
</UL><P>
This problem was tracked as
<A HREF="http://bugs.apache.org/index/full/832">PR#832</A>.
@@ -263,22 +263,24 @@
<H3>Fixed in 1.2.1</H3>
<OL>
- <LI><A HREF="descriptors.html"><STRONG>Workaround added</STRONG></A>
+ <LI><A HREF="../docs/misc/descriptors.html"><STRONG>Workaround
added</STRONG></A>
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://bugs.apache.org/index/full/611">PR#611</A>.
- See also the <A HREF="FAQ.html#fdlim">Apache FAQ</A>.
+ See also the <A HREF="../docs/misc/FAQ.html#fdlim">Apache FAQ</A>.
</LI><P>
<LI><A HREF="descriptors.html"><STRONG>Workaround added.</STRONG></A>
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 <A HREF="FAQ.html#fdlim">Apache FAQ</A>.
+ to Apache. See also the
+ <A HREF="../docs/misc/FAQ.html#fdlim">Apache FAQ</A>.
</LI><P>
<LI>
- <A NAME="cnegbug">Apache's</A> <A
HREF="../content-negotiation.html">Content
+ <A NAME="cnegbug">Apache's</A>
+ <A HREF="../docs/content-negotiation.html">Content
Negotiation</A> 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.