]> granicus.if.org Git - apache/commitdiff
Update the compatibility note about "exec cgi" a little.
authorKen Coar <coar@apache.org>
Mon, 16 Nov 1998 12:21:52 +0000 (12:21 +0000)
committerKen Coar <coar@apache.org>
Mon, 16 Nov 1998 12:21:52 +0000 (12:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82395 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/compat_notes.html

index 585f72bc55d56d48f5842c1d6d465754d8cff2e4..719ee93ea9a45f2db18d16bffbbb77d3343ba1f7 100644 (file)
@@ -57,10 +57,9 @@ client problems</A> page.
 <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&nbsp;virtual</CODE>, or use <CODE>exec cmd=""</CODE> instead.
 
 <P>
 <LI>Icons for FancyIndexing broken - well, no, they're not broken,