I have a domain like images.example.com
served from Apache server. The requests that go there currently are images that are drawn using server-side language (PHP) and are cached on the application side but it seems like huge overhead to me.
Is there an easy way (Apache module) to cache every request that goes to images
subdomain so that it doesn't reach the PHP at all, if it's still in the cache?