Interoperability problems have led to the introduction of mechanisms to modify the way Apache behaves when talking to particular clients. To make these mechanisms as flexible as possible, they are invoked by defining environment variables, typically with BrowserMatch, though SetEnv and PassEnv could also be used, for example.
BrowserMatch Mozilla/2 nokeepalive
This forces the request to be treated as a HTTP/1.0 request even if it was in a later dialect.