Update: In apache we can also do this by downgrading a connection to HTTP/1.0 and/or setting nokeepalive=trueby metula - How to...
Update: using keepalive_requests is not going to work anyway as this would clearly be a per-socket one-time configuration - however, there should be a way of disabling keepalive for a specific request (based on User-Agent or any other factor) - setting the keepalive_timeout to 0 would seem reasonable?by metula - How to...
nginx v0.7.64 on CentOS 5.3 We would like to be able to disable keepalive based on the User-Agent - specifically, we'd like to disable for MSIE 4.x,5.x,6.x Even though the docs suggest it should work, the following config extract is rejected. We've tried various ways of setting the keepalive value - doesn't matter if we try keepalive_timeout or keepalive_requests - it won't let us change thby metula - How to...