Skip to content
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 459 Bytes

content_munging.rst

File metadata and controls

23 lines (16 loc) · 459 Bytes

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