pcs 97/10/21 05:43:22
Modified: htdocs/manual/misc known_bugs.html
Log:
Add some more NT/95 known bugs. Refer to PR's were appropriate.
Revision Changes Path
1.30 +12 -1 apachen/htdocs/manual/misc/known_bugs.html
Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_bugs.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- known_bugs.html 1997/10/19 18:37:15 1.29
+++ known_bugs.html 1997/10/21 12:43:21 1.30
@@ -45,9 +45,20 @@
<OL>
<LI>CGI scripts that are called with information appended to the script
name that does <STRONG>not</STRONG> have an "<CODE>=</CODE>" in it
- do not work.
+ do not work.
+ See <A HREF="http://bugs.apache.org/index/full/1030">PR#1030</A>
<LI>Passwords stored in htpasswd files need to be stored in plain text,
since we do not yet have a <CODE>crypt()</CODE> under Win32.
+<LI>On Windows 95, <CODE>DirectoryIndex</CODE> does not work.
+ See <A HREF="http://bugs.apache.org/index/full/1266">PR#1266</A>
+<LI>On some versions of Windows 95, CGI scripts fail and paths given
+ with "#!" must contains \ instead of /.
+<LI>When a CGI starts with "#!" to indicate an interpreter there must
+ be no space between the #! and the path.
+ See <A HREF="http://bugs.apache.org/index/full/1101">PR#1101</A>
+<LI>If the CGI program cannot be run Apache logs a "premature end-of-headers"
+ error instead of an error about running the program.
+ See <A HREF="http://bugs.apache.org/index/full/1257">PR#1257</A>
</OL>
<H3>Unix only</H3>
<OL>