You are not logged in.
Pages: 1
Hi,
I'm seeking the PKGBUILD of extra/varnish but of version 3
I have not checked if the build process is the same as 4
I need 3 because 4 breaks mp3 range requests for one of my sites. (needs special configuration and I can't be bothered quite frankly)
Where could I find it please?
Offline
Offline
Maybe somebody can help you with the issue you're having with varnish 4 although currently the wiki article https://wiki.archlinux.org/index.php/Varnish has no info on this matter.
Offline
Thank you slithery.
Thanks karol, it's complicated. It's a Drupal site and it has jplayer playing public mp3s. However the mp3 gets cached into varnish's memory, maybe not. 4.0.1 says that a bug was fixed that was sending out "200 Not Modified" 200 should have Ok, but I don't know if that's the issue, I have not debugged it. Varnish 3 works pretty well, so my thought is "why change something that works".
I guess all I need is to passthrough mp3s. But it may be a bug or require special configuration.
nginx -> varnish -> php-fpm
The issue is you click on play and instead of having the whole mp3, let's say 1 hour duration displayed, only 4 minutes or a random value is displayed. And when the "marker" moves past that value is continues streaming. And once a file has been loaded completely it works but until that happens people would get random interrupts in the program(stream/mp3).
Just downgrading to Varnish 3.0.5 is the simpler solution ![]()
Offline
I found https://aur.archlinux.org/packages/varnish-custom/
There's also https://aur.archlinux.org/packages/php-varnish/ but I don't know what it does.
Offline
Pages: 1