From 47b8d92440b15c8db05dea9d9443e61965dc76b5 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 13 Mar 2017 13:35:11 +0000 Subject: [PATCH] Phrasing update from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1786684 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/ssi.html.en | 4 +--- docs/manual/howto/ssi.xml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index bf1de60857..92a05921dc 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -332,9 +332,7 @@ modified?

Executing commands

-

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 exec +

Here's something else that you can do with the exec function. You can actually have SSI execute a command using the shell (/bin/sh, to be precise - or the DOS shell, if you're on Win32). The following, for example, will give you diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index dc9b40a181..46766e3784 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -337,9 +337,7 @@ modified?

Executing commands -

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 exec +

Here's something else that you can do with the exec function. You can actually have SSI execute a command using the shell (/bin/sh, to be precise - or the DOS shell, if you're on Win32). The following, for example, will give you -- 2.50.1