]> granicus.if.org Git - apache/commitdiff
"most common". Sheesh.
authorRich Bowen <rbowen@apache.org>
Thu, 8 Dec 2016 14:32:46 +0000 (14:32 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 8 Dec 2016 14:32:46 +0000 (14:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773244 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/cgi.xml

index e62a48b17a741491f80eb41cca96fbd904daff09..3888a98bc4c8af952b95c0b1fff222b24ab02052 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>