From 4d2ffdca914614be62ba75e12fea4452f8d93667 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 8 Jul 2019 09:06:38 +0100 Subject: [PATCH] Use mod_cgid for any non-prefork MPM. --- 01-cgi.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/01-cgi.conf b/01-cgi.conf index 5b8b936..4b680cf 100644 --- a/01-cgi.conf +++ b/01-cgi.conf @@ -2,10 +2,7 @@ # which has been configured in 00-mpm.conf. mod_cgid should be used # with a threaded MPM; mod_cgi with the prefork MPM. - - LoadModule cgid_module modules/mod_cgid.so - - + LoadModule cgid_module modules/mod_cgid.so