Apache Performance Modules
Apache is a powerful and widely-used World-Wide Web (Web) server. One of its strengths is that the modules that it is made of are customizable according to the user’s requirements. Ashish Kumar discusses the benefits and the process of customization, along with a brief introduction to some useful modules.
List of Standard Modules
This appendix (alphabetically) lists of all of the standard modules that are part of the current (version 1.3.x) Apache distribution. Table 1 the modules that are compiled-in by default and Table 2 lists the ones which are not.
| MODULE | FUNCTION |
| mod_access | Host based access control |
| mod_actions | Filetype/method-based script execution |
| mod_alias | Aliases and redirects |
| mod_asis | The .asis file handler |
| mod_auth | User authentication using text files |
| mod_autoindex | Automatic directory listings |
| mod_cgi | Invoking CGI scripts |
| mod_dir | Basic directory handling |
| mod_env | Passing of environments to CGI scripts |
| mod_imap | The imagemap file handler |
| mod_include | Server-parsed documents |
| mod_isapi | Windows ISAPI extension support |
| mod_log_config | User-configurable logging |
| mod_mime | Determining document types using file extension |
| mod_negotiation | Content negotiation |
| mod_setenvif | Set environment variables based on client information |
| mod_status | Server status display |
| mod_userdir | User home directories |
| mod_unique_id | Generate unique request identifier for every request |
| mod_usertrack | User tracking using Cookies |