> ProxyPass /cgi-bin/ http://otherserver.com/cgi-bin/ preservehost=On > keepalive=Off > > This is more akin to how other worker properties are set.
What when we use RewriteRule[P] to proxy instead of ProxyPass?For those who wonder why some may want to use RewriteRule, instead of ProxyPass: it is (maybe?) the only way to control the sequence of rewriting when you have several RewriteRule rules on top of the proxying one.
