From b4e0cfbbf99c4817d5e27e89e5e805c4d8322c80 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 6 Sep 2002 23:21:01 +0000 Subject: Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96700 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cgid.html.en | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/manual/mod/mod_cgid.html.en') diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index bb3d94fd2c..e936054fcd 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -4,11 +4,12 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->mod_cgid - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.0 > Modules

Apache Module mod_cgid

Description: - Execution of CGI scripts using an + -->mod_cgid - Apache HTTP Server
<-

Apache Module mod_cgid

Description: + Execution of CGI scripts using an external CGI daemon
Status: Base
Module Identifier: - cgid_module
Compatibility: + cgid_module
Source File: + mod_cgid.c
Compatibility: Unix threaded MPMs only

Summary

Except for the optimizations and the additional ScriptSock directive noted below, mod_cgid behaves similarly to mod_cgi. See the @@ -32,8 +33,8 @@ additional directive ScriptSock which gives the name of the socket to use for communication with the cgi daemon.

-
top