Closed (duplicate)
Project:
Aggregate cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2012 at 20:52 UTC
Updated:
4 Dec 2015 at 13:54 UTC
Jump to comment: Most recent
Comments
Comment #1
edu2004eu commentedHello,
Have you found a workaround for this issue? I'm struggling to eliminate it on a production server and simply can't.
Comment #2
jeffsheltren commentedI haven't been able to reproduce this -- I'm testing with Varnish 3.0.3 using the default VCL and agrcache 7.x-1.1. It might help to share some log entries and potentially your VCL.
Comment #3
erikwebb commentedI think I'm seeing something similar (from varnishlog) -
Comment #4
erikwebb commentedComment #5
erikwebb commentedI haven't tracked down how this is happening within Drupal, but here is a method for solving the problem through Varnish - https://www.varnish-cache.org/lists/pipermail/varnish-misc/2013-July/023...
Comment #6
mcdruid commentedThis is probably not the same issue, but as our searching for the error message led us here...
We were seeing Varnish return a 503 along these lines:
This turned out to be due to whitespace outside the PHP tags in settings.php which was being output before headers. So a very simple fix, but not necessarily the first thing you'd think of with that error message from Varnish.
Comment #7
catchThis is probably fixed by #2628874: Don't send cacheable headers from the menu callback (just committed to dev). Please re-open if it's not.