pkgsrc/www/apache24/MESSAGE
ryoon cb82777c9e Enable MPMs select.
It is disabled by my misunderstanding.
The default binary is not changed.
2014-02-22 17:28:34 +00:00

11 lines
536 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2014/02/22 17:28:34 ryoon Exp $
After apache-2.4.3, --enable-mpms-shared='${MPMS}' is
passed to configure script, then these multi-process model is built
and you can select the model in configuraton file.
The mod_cgi.so module conflicts with non-prefork multi-process model,
and mod_cgi.so module is not built anymore.
You can use mod_cgid.so module instead.
===========================================================================