From: Rich Bowen Date: Thu, 8 Dec 2016 14:35:08 +0000 (+0000) Subject: cgi "most common" X-Git-Tag: 2.4.24~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ca7a4d9b57d0f712b601455eb2833c5ac3ac53;p=apache cgi "most common" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1773247 13f79535-47bb-0310-9956-ffa450edef68 --- 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.