Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 561 Bytes

13_content_munging.adoc

File metadata and controls

27 lines (20 loc) · 561 Bytes

Chapter 13: Content Munging

While mod_rewrite modifies aspects of the HTTP request - most commonly the REQUEST_URI, sometimes you want to modify the content which is served to the client. There are several modules that do this, which can be used in a variety of circumstances.

We’re going to look at three of these modules, and then at Filters in general.

mod_substitute

mod_sed

mod_proxy_html

Filters