G/M...
On 2/04/2011 5:26 AM, Jim Jagielski wrote:
The consumers in the patch depend on the shm version of the
slotmem impl... no idea what the impact of moving to plain
would be, but functionality will be lost...
without:
+ if (!storage)
+ storage = ap_lookup_provider(AP_SLOTMEM_PROVIDER_GROUP, "plain", "0");
"plain" won't even be found, which is really lost.
Regards,
Norm
On Mar 30, 2011, at 7:36 PM, Gregg L. Smith wrote:
Hello,
It seems that slotmem_plain is not being found by the consumers which then
causes a configuration error. Attached patch fixes this and makes the error
message a little more friendlier for users by hinting to load slotmem which is
currently not documented as a requirement of these modules.
Regards,
Gregg
<slotmem_consumers_fix.diff>