From c4e1c56162aa43753b9ff33c1b677dd0bb808d90 Mon Sep 17 00:00:00 2001 From: Vincent Deffontaines Date: Fri, 15 Nov 2013 18:02:29 +0000 Subject: [PATCH] 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 --- docs/manual/howto/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/howto/index.xml b/docs/manual/howto/index.xml index d7d79b4977..7f9636266a 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.

-- 2.40.0