From 8706cceedb21a914fffb4835a288c7c8ddc23ede Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 8 Jul 2016 16:01:54 +0000 Subject: [PATCH] xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1751934 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/cgi.html.en | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 0888b60540f..41eac9c7d4c 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -42,7 +42,7 @@

Introduction

- +

The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, @@ -67,9 +67,17 @@ directive has not been commented out. A correctly configured directive may look like this: +

LoadModule cgid_module modules/mod_cgid.so
+ + + + On Windows, or using a non-threaded MPM like prefork, A correctly + configured directive may look like this: +
LoadModule cgi_module modules/mod_cgi.so
+

ScriptAlias

-- 2.47.2