Re: determining MPM type from module ?

2007-02-20 Thread Gregory Nicholls
APM_MPMQ_* * @param result A location to place the result of the query * @return APR_SUCCESS or APR_ENOTIMPL * @deffunc int ap_mpm_query(int query_code, int *result) */ AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result); Regards, Rainer Gregory Nicholls schrieb: Hi, Is

determining MPM type from module ?

2007-02-20 Thread Gregory Nicholls
Hi, Is there any decent way of determining from inside a module, what mpm is being used ? I have to share some memory between requests, which needs a shared mem segment if we're using processes/kids but I can get away with regular mem if it thread-based or some other single-process mpm.

protocol module ?

2007-02-08 Thread Gregory Nicholls
eclining those they can't process. So I'm guessing that there's some mechanism for assigning protocols/ports to a specific module. I just don't know how to do it. Can some kind soul point out what I've missed please ? Thanks, Gregory Nicholls