From 1e1df07282d1c7a98c7ffae7e7e6c6d2a9c7af27 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 21 Jul 2002 02:23:33 +0000 Subject: - Add a small hack for worker MPM [1] (worker MPM with this hack seems to work without visible problems. and still requires -DFORCE_THREADING_MPM to build for worker MPM.) - Fix plist for worker MPM - Comment out fancy modules from default httpd.conf Tested on: ref5.freebsd.org, several 4-stable machines [1] --- www/apache21/pkg-plist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/apache21/pkg-plist') diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist index d9b0fba27484..8371eabc37f2 100644 --- a/www/apache21/pkg-plist +++ b/www/apache21/pkg-plist @@ -78,6 +78,7 @@ include/apache2/apr_xlate.h include/apache2/apr_xml.h include/apache2/apu.h include/apache2/apu_compat.h +%%WORKER%%include/apache2/fdqueue.h include/apache2/http_config.h include/apache2/http_connection.h include/apache2/http_core.h @@ -100,6 +101,7 @@ include/apache2/mpm_default.h include/apache2/os.h include/apache2/pcre.h include/apache2/pcreposix.h +%%WORKER%%include/apache2/pod.h include/apache2/rfc1413.h include/apache2/scoreboard.h include/apache2/ssl_expr.h @@ -145,7 +147,7 @@ libexec/apache2/mod_autoindex.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so %%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so libexec/apache2/mod_cern_meta.so -libexec/apache2/mod_cgi.so +%%PREFORK%%libexec/apache2/mod_cgi.so libexec/apache2/mod_cgid.so %%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so libexec/apache2/mod_dav.so -- cgit v1.2.3