From: Ryan Bloom Date: Wed, 24 May 2000 16:17:58 +0000 (+0000) Subject: Allow --enable-cgid and --disable-cgid to work. Basically just make X-Git-Tag: APACHE_2_0_ALPHA_4~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=333cc1d18f6ce23fd4cb0789b7283f994faf59ed;p=thirdparty%2Fapache%2Fhttpd.git Allow --enable-cgid and --disable-cgid to work. Basically just make cgid a standard module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85287 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index c36dfa845b1..7555235e4f1 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -22,6 +22,7 @@ APACHE_CHECK_STANDARD_MODULE(include, Server Side Includes, includes, yes) APACHE_CHECK_STANDARD_MODULE(autoindex, directory listing, , yes) APACHE_CHECK_STANDARD_MODULE(dir, directory request handling, , yes) APACHE_CHECK_STANDARD_MODULE(cgi, CGI scripts, , yes) +APACHE_CHECK_STANDARD_MODULE(cgid, CGI scripts, , no) APACHE_CHECK_STANDARD_MODULE(asis, as-is filetypes, , yes) APACHE_CHECK_STANDARD_MODULE(imap, internal imagemaps, , yes) APACHE_CHECK_STANDARD_MODULE(actions, Action triggering on requests, action, yes)