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:35:11 UTC

svn commit: r1786684 - in /httpd/httpd/branches/2.4.x/docs/manual/howto: ssi.html.en ssi.xml

Author: rbowen
Date: Mon Mar 13 13:35:11 2017
New Revision: 1786684

URL: http://svn.apache.org/viewvc?rev=1786684&view=rev
Log:
Phrasing update from trunk

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.en
    httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.en?rev=1786684&r1=1786683&r2=1786684&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.en Mon Mar 13 13:35:11 2017
@@ -332,9 +332,7 @@ modified?</a></h3>
 <h2><a name="exec" id="exec">Executing commands</a></h2>
     
 
-    <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

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml?rev=1786684&r1=1786683&r2=1786684&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.xml Mon Mar 13 13:35:11 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