]> granicus.if.org Git - apache/commitdiff
cgi "most common"
authorRich Bowen <rbowen@apache.org>
Thu, 8 Dec 2016 14:35:08 +0000 (14:35 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 8 Dec 2016 14:35:08 +0000 (14:35 +0000)
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
docs/manual/howto/cgi.xml

index 41eac9c7d4c08fedd6e928b9a6cb3c4541880226..87e2edb3829a77e13d566e2e5d08298934563109 100644 (file)
@@ -47,8 +47,9 @@
     <p>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.</p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index c7aea6fedc21af010b8859031ed47b259e84aac1..4c695d24c959b4a8819209f5e0412043c7ca7842 100644 (file)
@@ -45,8 +45,9 @@
     <p>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.</p>
   </section>