]> granicus.if.org Git - apache/commitdiff
CGI is no longer the most common way to provide dynamic content, is it?
authorVincent Deffontaines <gryzor@apache.org>
Fri, 15 Nov 2013 18:02:29 +0000 (18:02 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Fri, 15 Nov 2013 18:02:29 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542353 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/index.xml

index d7d79b4977077bab7854dc6b57fa9c89bc78d145..7f9636266ace462af7155d8811d187901ab0cd92 100644 (file)
@@ -59,7 +59,7 @@
         <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
+        is a simple way to put dynamic content on
         your web site. This document will be an introduction to setting
         up CGI on your Apache web server, and getting started writing
         CGI programs.</p>