On Mon, Feb 27, 2012 at 5:20 PM, Graham Leggett <[email protected]> wrote: > On 28 Feb 2012, at 12:14 AM, Michael Felt wrote: > >> Works, but... >> the prefork loadmodule line needed to be added manually > > AFAIK mod_mpm_event is the default now.
Event requires some APR poll features not implemented on AIX... The MPM selection logic in 2.4 will fallback to worker or even prefork if necessary due to lack of support of necessary features. > >> #LoadModule mpm_worker_module libexec/mod_mpm_worker.so >> LoadModule mpm_prefork_module libexec/mod_mpm_prefork.so >> LoadModule unixd_module libexec/mod_unixd.so >> #LoadModule heartbeat_module libexec/mod_heartbeat.so >> #LoadModule heartmonitor_module libexec/mod_heartmonitor.so >> #LoadModule dav_module libexec/mod_dav.so >> LoadModule status_module libexec/mod_status.so >> LoadModule autoindex_module libexec/mod_autoindex.so >> >> from the looks of it, seemsI need to remove several # to test loading all >> modules :) > > To test them, you'll need to remove the commented out lines yes, but don't > ship a default config file like that. The administrator should only enable > the modules they need, anything more is a waste of resources on the server. > In other words, definitely build the modules, but don't switch them on by > default. > > Regards, > Graham > -- > -- Born in Roswell... married an alien...
