I have a web application running from Apache and have recently done a
load test on the server to see how it's performing. Something I
noticed is that if you send the server an expects header then it fails
with the response code of 417.
How can I get Apache to respond correctly to a request with an expects
header in it?
Appreciate any help or advice.