From 14ca7a4d9b57d0f712b601455eb2833c5ac3ac53 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 8 Dec 2016 14:35:08 +0000 Subject: [PATCH] cgi "most common" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1773247 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/cgi.html.en | 5 +++-- docs/manual/howto/cgi.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 41eac9c7d4..87e2edb382 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -47,8 +47,9 @@

The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. It - is the simplest, and most common, way to put dynamic content on - your web site. This document will be an introduction to setting + is a simple way to put dynamic content on + your web site, using whatever programming language you're most + familiar with. This document will be an introduction to setting up CGI on your Apache web server, and getting started writing CGI programs.

top
diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index c7aea6fedc..4c695d24c9 100644 --- a/docs/manual/howto/cgi.xml +++ b/docs/manual/howto/cgi.xml @@ -45,8 +45,9 @@

The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. It - is the simplest, and most common, way to put dynamic content on - your web site. This document will be an introduction to setting + is a simple way to put dynamic content on + your web site, using whatever programming language you're most + familiar with. This document will be an introduction to setting up CGI on your Apache web server, and getting started writing CGI programs.

-- 2.40.0