Which Apache-modules must I enable?

I’m running a VPS with Ubuntu 14.04.4 x64 and Apache 2.4.7, and would like to set-up a WordPress site on it. Which apache-modules must I have enabled – and which should I enable (eg. for cool WP-features)? Are there any modules I absolutely should not enable?

3 Answers
3

Here is the list of minimum Apache modules which is required to run WordPress websites.

mod_alias
mod_authz_host
mod_deflate
mod_dir
mod_expires
mod_headers
mod_mime
mod_rewrite
mod_log_config
mod_autoindex
mod_negotiation
mod_setenvif

Leave a Comment