From: Rich Bowen Date: Thu, 8 Dec 2016 14:32:46 +0000 (+0000) Subject: "most common". Sheesh. X-Git-Tag: 2.5.0-alpha~937 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa30f4207c56da1fa7d46bab608590d876e8f3f1;p=thirdparty%2Fapache%2Fhttpd.git "most common". Sheesh. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773244 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml index e62a48b17a7..3888a98bc4c 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.