I have Apache2 running as a reverse proxy for several different web applications.
When a user accesses the Apache2 server, before the request is passed to the reverse proxy application, how can I change the user agent?
I'd like to make this as a global setting in Apache2 if possible (ie. if user agent is [old-agent] set user agent [new agent]).