1

Is it possible to disable keep-alive mechanism in apache for only iOS clients through CPanel? I have found this question as a solution: Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."

But I cannot find the file setenvif.conf. How should I edit the setenvif.conf?

Community
  • 1
  • 1
NiroshanJ
  • 558
  • 1
  • 5
  • 20

1 Answers1

2

You won't need this exact conf-file. Just put it in your default server config:

BrowserMatch "iOS \d\." nokeepalive
Hello Fishy
  • 729
  • 5
  • 16