pcs 98/02/15 10:28:28
Modified: htdocs/manual/misc known_bugs.html
Log:
Oops, that's .DLL not .EXE. Also fix some PR numbers. I must get out more.
Revision Changes Path
1.45 +3 -3 apache-1.3/htdocs/manual/misc/known_bugs.html
Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/known_bugs.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- known_bugs.html 1998/02/15 17:41:58 1.44
+++ known_bugs.html 1998/02/15 18:28:27 1.45
@@ -71,16 +71,16 @@
<LI><STRONG>Win32 only</STRONG> Repeated concurrent requests to a CGI
program can cause Apache to lock-up. See
<A HREF="http://bugs.apache.org/index/full/1129">PR#1129</A> and
- <A HREF="http://bugs.apache.org/index/full/1609">PR#1609</A>.
+ <A HREF="http://bugs.apache.org/index/full/1607">PR#1607</A>.
<LI><STRONG>Win32 only</STRONG> Apache requires the file
- <CODE>MSVCRT.EXE</CODE> to run. This is a Microsoft
+ <CODE>MSVCRT.DLL</CODE> to run. This is a Microsoft
redistributable file required for all C programs compiled by
MSVC++. Many other programs will require it, so it is already
installed on most systems. If Apache will not start because this
file is missing you can download it from <A
HREF="ftp://ftp.microsoft.com/Softlib/MSLFILES/msvcrt.exe">
ftp://ftp.microsoft.com/Softlib/MSLFILES/msvcrt.exe</A>. See <A
- HREF="http://bugs.apache.org/index/full/1739">PR#1739</A>.
+ HREF="http://bugs.apache.org/index/full/1736">PR#1736</A>.
</OL>
<H2>Apache 1.3b2 Bugs</H2>