From: Vincent Deffontaines Date: Fri, 15 Nov 2013 18:02:29 +0000 (+0000) Subject: CGI is no longer the most common way to provide dynamic content, is it? X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf98d53545f690b22e220efa8fd4f29221ae182;p=thirdparty%2Fapache%2Fhttpd.git CGI is no longer the most common way to provide dynamic content, is it? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1542353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/index.xml b/docs/manual/howto/index.xml index d7d79b49770..7f9636266ac 100644 --- a/docs/manual/howto/index.xml +++ b/docs/manual/howto/index.xml @@ -59,7 +59,7 @@

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.