Trigger an action when a certain file URL is downloaded – Apache
I would like to trigger an action when Apache detects that a certain file URL has been started for download (or: successfully downloaded). Example: when https://example.com/download/token_A6FZ523/myfile.zip is downloaded by a client, execute the following query to a SQLite database: INSERT…