| mod_access | Integrated | Provides access control based on client host name or IP address. |
| mod_actions | Integrated | Executes CGI scripts based on media type or request method. |
| mod_alias | Integrated | Maps different parts of the host file system in the document tree, and URL redirection. |
| mod_asis | Integrated | Sends files that contain their own HTTP headers. |
| mod_auth | Integrated | Provides user authentication using text files. |
| mod_auth_anon | DSO | Allows “anonymous” user access to authenticated areas. |
| mod_auth_db | DSO | Provides user authentication using Berkeley DB files. |
| mod_auth_dbm | Integrated | Provides user authentication using DBM files. |
| mod_autoindex | Integrated | Generates automatic directory listings. |
| mod_cern_meta | DSO | Support for HTTP header metafiles. |
| mod_cgi | Integrated | Invokes CGI scripts. |
| mod_digest | DSO | Provides MD5 authentication. |
| mod_dir | Integrated | Provides basic directory handling. |
| mod_expires | DSO | Applies Expires: headers to resources. |
| mod_headers | DSO | Adds arbitrary HTTP headers to resources. |
| mod_imap | Integrated | Provides the image map file handler. |
| mod_include | Integrated | Provides server-parsed documents. |
| mod_info * | Integrated | Provides server configuration information. |
| mod_log_agent | DSO | Provides a log of user agents. |
| mod_log_config | Integrated | Provides user-configurable logging replacement for mod_log_common. |
| mod_log_referer | DSO | Provides a log document references. |
| mod_mime | Integrated | Determines document types using file extensions. |
| mod_mime_magic | DSO | Determines document types using “magic numbers”. |
| mod_mmap_static | DSO | Experimental file caching; maps files into memory to improve performance. |
| mod_negotiation | Integrated | Negotiates content. |
| mod_proxy | DSO | Provides caching proxy abilities. |
| mod_rewrite | DSO | Provides powerful URI-to-file name mapping using regular expressions. |
| mod_setenvif | Integrated | Sets environment variables based on client information. |
| mod_so * | Integrated | Provides support for loading modules at run time. |
| mod_speling | DSO | Automatically corrects minor typos in URLs. |
| mod_status | Integrated | Displays server status. |
| mod_unique_id | DSO | Generates unique request identifier for every request. |
| mod_userdir | Integrated | Provides user home directories. |
| mod_usertrack | DSO | Provides user tracking using Cookies (replacement for mod_cookies.c). |
| mod_vhost_alias | DSO | Provides support for dynamically configured mass virtual hosting. |