Apache rule based on http status and on response status
I want to create an apache rule based on the user agent AND on the http response. For example, I want a rule that says: if user-agent=test and the status of the request based on this user agent=503, redirect the…