required apache22 modules

Chuck Swiger cswiger at mac.com
Fri Jan 8 20:44:44 UTC 2010


Hi--

On Jan 7, 2010, at 8:55 AM, John Almberg wrote:
> I'm installing Apache22 on a new server and for once, I'd like to install just the modules I need, instead of the default mess.
> 
> I've been googling for this answer, but can't seem to find it: Are any apache modules *required*? Or can I just disable them all and then add them in as I need them?

In theory, none of the modules beyond Apache's core and a prefork or mpm worker module are required.  In practice, mod_cgi, mod_headers, mod_include, mod_log_config, mod_mime, mod_so are going to be needed for the webserver to be usable for normal purposes.

There is documentation here:

  http://httpd.apache.org/docs/2.2/mod/

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list