You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2017/03/13 13:33:09 UTC

svn commit: r1786682 - /httpd/httpd/trunk/docs/manual/howto/ssi.xml

Author: rbowen
Date: Mon Mar 13 13:33:09 2017
New Revision: 1786682

URL: http://svn.apache.org/viewvc?rev=1786682&view=rev
Log:
This page was taken from a magazine article, years and years ago. The
promise of a coming future article is not relevant in this new context.

Modified:
    httpd/httpd/trunk/docs/manual/howto/ssi.xml

Modified: httpd/httpd/trunk/docs/manual/howto/ssi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/ssi.xml?rev=1786682&r1=1786681&r2=1786682&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/ssi.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/ssi.xml Mon Mar 13 13:33:09 2017
@@ -337,9 +337,7 @@ modified?</title>
 <section id="exec">
     <title>Executing commands</title>
 
-    <p>I expect that I'll have an article some time in the coming
-    months about using SSI with small CGI programs. For now, here's
-    something else that you can do with the <code>exec</code>
+    <p>Here's something else that you can do with the <code>exec</code>
     function. You can actually have SSI execute a command using the
     shell (<code>/bin/sh</code>, to be precise - or the DOS shell,
     if you're on Win32). The following, for example, will give you