cve-2024-38477/httpd-2.4.59/server/mpm/prefork/config.m4
2025-06-05 15:09:30 +02:00

8 lines
229 B
Plaintext

AC_MSG_CHECKING(if prefork MPM supports this platform)
if test $forking_mpms_supported != yes; then
AC_MSG_RESULT(no - This is not a forking platform)
else
AC_MSG_RESULT(yes)
APACHE_MPM_SUPPORTED(prefork, yes, no)
fi