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.

> #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
--

Reply via email to