Hi,
I'm writing a module which plays with seteuid/setegid, and should therefore only be run under the prefork MPM.
at low level your reliance is on a single-threaded process handling requests?
ap_mpm_query() can check for such MPM characteristics
Hi,
I'm writing a module which plays with seteuid/setegid, and should therefore only be run under the prefork MPM.
at low level your reliance is on a single-threaded process handling requests?