I'm installing WeBWorK on Oracle 8. In patrolling the apache error log, I find:
[Mon Sep 12 10:02:14.079169 2022] [http2:warn] [pid 224343] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
This is discussed here:
https://http2.pro/doc/Apache#prefork-http2
where the recommendation is to move to "event" instead of "prefork".
Changing apache from the default "event" to "prefork" is just part of every manual WeBWorK installation I've looked through. So I assume it is important.
I'm unsure if I should just leave it alone or try to change to "event". Does anyone understand the consequences of either?