coar 98/11/16 04:21:53
Modified: htdocs/manual/misc compat_notes.html
Log:
Update the compatibility note about "exec cgi" a little.
Revision Changes Path
1.25 +3 -4 apache-1.3/htdocs/manual/misc/compat_notes.html
Index: compat_notes.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/compat_notes.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- compat_notes.html 1998/09/17 14:14:52 1.24
+++ compat_notes.html 1998/11/16 12:21:52 1.25
@@ -57,10 +57,9 @@
<P>
<LI><CODE>exec cgi=""</CODE> produces reasonable <STRONG>malformed
header</STRONG> responses when used to invoke non-CGI scripts.<BR>
- The NCSA code ignores the missing header. (bad idea)<BR> Solution:
- write CGI to the CGI spec or use <CODE>exec cmd=""</CODE> instead.
- <P>We might add <CODE>virtual</CODE> support to <CODE>exec
- cmd</CODE> to make up for this difference.
+ The NCSA code ignores the missing header. (bad idea)
+ <BR>Solution: write CGI to the CGI spec and use
+ <CODE>include virtual</CODE>, or use <CODE>exec cmd=""</CODE> instead.
<P>
<LI>Icons for FancyIndexing broken - well, no, they're not broken,