Problem
I found myself with the task of not only adding some Apache rewrite/redirect rules to a site configuration, but also TESTING that the created rules had the expected results. These rules would be moving from Varnish to Apache HTTPD, and Varnish had provided us with varnishtest
as a means of testing the rules that were in the Varnish configuration. To my knowledge, Apache’s httpd
software does not provide anything similar.