How could you trigger a PHP file to run every time a (html) file within the web directory (lamp) has been created or updated?
Details
Static html pages are pushed onto a web server via a CMS. Every time this happens, I'd like to trigger a php file (that deletes the html pages' cached images folder and rebuilds it).