When configuring Apache as a reverse proxy (i.e. using ProxyPass
or RewriteRule [P]
), does it ever pipeline the requests to origin servers, or are they always sent non-pipelined?
This is important to know if an origin server doesn't handle pipelined requests properly.