Reputation: 39323
I am accessing my PHP/Apache website from Chrome. And Chrome refuses to load the page, saying "Waiting for available socket".
Other pages on this same virtual host also have the problem.
Other virtual hosts on the same server load perfectly fine.
Please advise how I can fix this.
Upvotes: 6
Views: 7134
Reputation: 781
According to various sources, Chrome opens a maximum of 6 simultaneous connections to the same server. Possible solutions include
<video>
or <audio>
tags marked with the attribute preload="auto"
.Related question: Chrome hangs after certain amount of data transfered - waiting for available socket
Upvotes: 10