You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Zisis Lianas <Zi...@consol.de> on 2012/11/16 16:41:01 UTC

default build httpd-2.4 and loadmodule/shm

It's always annoying after building an httpd-2.4 to see the AH01177 error
message when doing a quick start-check with "apachectl start":
[Fri Nov 16 16:29:19.093450 2012] [proxy_balancer:emerg] [pid 15902:tid 47671748469040] AH01177: Failed to lookup provider 'shm' for 'slotmem': is mod_slotmem_shm loaded??

Maybe its possible to comment in slotmem_shm_module in the default httpd.conf?

Also commenting out the "lbmethod_heartbeat_module" line makes sense to me,
since there is no mod_heartbeat* module loaded/configured in the default conf.
This would prevent the "AH02282: No slotmem from mod_heartmonitor" warning.


regards,
zisis