Chapter 12. Filtering Modules
This hour describes the available filtering modules for Apache and how to configure them. Filters are Apache modules that take input content, modify it, and return it for further processing or delivery to the client. In this hour, you will learn how to
Configure
mod_deflate
to speed up page downloads from your Web siteConfigure
mod_include
to add dynamic content easilyConfigure
mod_ext_filter
to use external programs as filters
Apache Filtering Architecture
Hour 2, “Understanding Apache Internals,” introduced the extension mechanisms of the Apache server, hooks, and filters.
Hooks are appropriate for making decisions based on the request information or manipulating headers. Filters, on the other hand, are appropriate ...
Get Sams Teach Yourself Apache 2 in 24 Hours now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.