Hi Steve
I took some time to look further into this problem:
> [Fri Apr 10 08:04:45.465468 2015] [proxy_balancer:emerg] [pid 19852:tid
> 140397405107968] AH01177: Failed to lookup provider 'shm' for 'slotmem': is
> mod_slotmem_shm loaded??
and I found that the apache build process does not all
AP_DEBUG is pure evil if it's making its way into the builds of APR modules.It
takes strchr and the like and REPLACES THOSE with ap_strchr. The onlyway round
this is to use apr_ stuff instead.
On Thursday, April 9, 2015 10:04 PM, Jie Gao wrote:
Hi Steve
I modified xs/Apache2/Modu