coar 98/05/23 15:21:26
Modified: dist Announcement.html
info known_bugs.html
Log:
More solder for broken links..
Revision Changes Path
1.5 +7 -3 apache-site/dist/Announcement.html
Index: Announcement.html
===================================================================
RCS file: /export/home/cvs/apache-site/dist/Announcement.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Announcement.html 1998/05/23 13:52:29 1.4
+++ Announcement.html 1998/05/23 22:21:24 1.5
@@ -24,7 +24,9 @@
For a detailed list of changes please read the CHANGES file in the
distribution and the "New Features with Apache 1.3" document at
- <A
HREF="http://www.apache.org/docs/new_features_1_3.html">http://www.apache.org/docs/new_features_1_3.html.</A>
For your convenience here
+ <<A HREF="http://www.apache.org/docs/new_features_1_3.html"
+ >http://www.apache.org/docs/new_features_1_3.html</A>>.
+ For your convenience here
is a short summary of all major changes between Apache 1.2 and 1.3 (changes
which are new with version 1.3b6 are tagged '+'):
@@ -102,14 +104,16 @@
<A
HREF="http://www.apache.org/dist/apache_1.3b6/htdocs/manual/new_features_1_3">http://www.apache.org/dist/apache_1.3b6/htdocs/manual/new_features_1_3</A>
Apache has been the most popular web server on the Internet since April of
- 1996. The Web Server Survey by Netcraft (<A
HREF="http://www.netcraft.com/Survey/">http://www.netcraft.com/Survey/</A>)
+ 1996. The Web Server Survey by Netcraft (<<A
+ HREF="http://www.netcraft.com/Survey/"
+ >http://www.netcraft.com/Survey/</A>>)
found that more web servers were using Apache than any other software.
Apache
and its derivatives are run on over 50% of all web domains on the Internet.
The Apache project has been organized to provide an open-source, secure,
efficient and extensible server which provides HTTP services in sync with
the
current HTTP standards. For more information about the Apache project check
- out <A HREF="http://www.apache.org/.">http://www.apache.org/.</A>
+ out <<A HREF="http://www.apache.org/.">http://www.apache.org/</A>>.
</PRE>
</BODY>
1.7 +6 -5 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- known_bugs.html 1998/05/23 04:42:50 1.6
+++ known_bugs.html 1998/05/23 22:21:25 1.7
@@ -30,9 +30,9 @@
to check the bug database before assuming that if it isn't listed
here it isn't reported or fixed.</FONT>
-<P>See Also: <A HREF="../info/compat_notes.html">Compatibility notes</A>,
+<P>See Also: <A HREF="../docs/misc/compat_notes.html">Compatibility
notes</A>,
and <A HREF="../docs/misc/known_client_problems.html">our list of known
client
-problems.</A></P>
+problems</A>.</P>
<HR>
<H2>Apache 1.3b5 Bugs</H2>
@@ -191,8 +191,9 @@
timeouts. Several changes were made during the beta testing of 1.2
to reduce this problem as much as possible, although you may still
see sockets in FIN_WAIT_2 state due to network or operating system
- issues outside the control of Apache. See our <A
- HREF="fin_wait_2.html">FIN_WAIT_2</A> page for more details.
+ issues outside the control of Apache. See our
+ <A HREF="../docs/misc/fin_wait_2.html">FIN_WAIT_2 page</A> for more
+ details.
<P>SunOS4 has a kernel bug in the allocation of memory for the mbuf
table.
When it fills up, the result is a Panic the next time any routine tries
@@ -271,7 +272,7 @@
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>
+ <LI><A HREF="../docs/misc/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