Why do some page requests hang when fetching Javascript/image assets using Safari and Apache 2.2.3?

前端 未结 5 2194
深忆病人
深忆病人 2021-02-10 07:56

Some of the users of our Ruby on Rails app have complained that page requests occasionally hang indefinitely under Safari (a couple have noticed it under Firefox, but it\'s over

5条回答
  •  野性不改
    2021-02-10 08:04

    Same problem in a Oaracle ias 10.1.3.4 server browsing with Safari 5.1 in Windows.

    The problem disappear if the keepalive negotiation is disabled for Safari browser (httpd.conf):

    BrowserMatch "Safari" nokeepalive
    

    I'm not sure what the real problem is, or if the previous solutions is the best, but this configuration fix the problem.

提交回复
热议问题