On Wed, 25 Sep 2024 17:17:32 -0400, Arne Vajhøj wrote: > Using worker MPM on VMS would make more sense IMHO. According to the docs <https://httpd.apache.org/docs/2.4/mod/worker.html>, this is a hybrid multithread/multiprocess model. But threading won’t work with PHP, because mod_php isn’t threadsafe.