Rewriting Apache URLs to use only paths and set response headers
- by jabley
I have apache httpd in front of an application running in Tomcat.
The application exposes URLs of the form:
/path/to/images?id={an-image-id}
The entities returned by such URLs are images (even though URIs are opaque, I find human-friendly ones are easier to work with!).
The application does not set caching directives on the image response, so…