I'm running amd64 5.8-current with php_fpm (php 5.6.12) and owncloud (8.1.1) installed from packages. I was migrating from nginx to httpd when I noticed the following odd behaviour.
No problem exists when the httpd server is accessed from Chrome. However, on older versions of Safari (some old mobile ones, and a desktop 7.1.8 being the latest), the browser seems to wait indefinitely for certain files. Moreover, though small in number, these files always seem to be the *same* files. Some examples include (in owncloud) "/core/css/jquery-tipsy.css" and "/core/js/oc.js". In the server logs, there seems to be no difference in the records for requests made by Chrome and requests made by Safari. As mentioned before, Chrome is definitely able to retrieve these files (for various ciphers and protocols). GIven that this wasn't happening with nginx (in the same setup, with which Safari worked just fine), my guess is that httpd is somehow truncating some sort of terminating character -- one that Chrome seems able to live without? Hope that's helpful. I'll do more digging when I find a moment. -- Andrew Ngo --
