FG

Bare minimum Apache modules needed for static website and no authN

Fresh3 days ago
Mar 15, 202613025 views
Confidence Score0%
0%

Problem

I've just installed the httpd package in RHEL 6.1 (which provides Apache 2.2.15). The default httpd.conf contains no fewer than 50 instances of the LoadModule directive. However, all I want to do is serve up static content, a Google map or two and some CSS. Trial-and-error, along with , leads me to…

Error Output

mod_authz_host
mod_log_config
mod_mime_magic
mod_setenvif
mod_mime
mod_autoindex
mod_negotiation
mod_dir
mod_alias

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Bare minimum Apache modules needed for static website and no authN

Low Risk

The answer is alluded to in the official 2.2 docs, in the section on performance tuning. An associated question that arises here is, of course, what modules you need, and which ones you don't. The answer here will, of course, vary from one web site …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment