Needs review
Project:
FeedBurner
Version:
6.x-1.0-beta4
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2011 at 13:19 UTC
Updated:
25 Feb 2011 at 19:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidYou'd need to disable caching on the feed in Varnish as it has to use user-agent conditional matching and operations in PHP.
Comment #2
elkin_taharon commentedSame problem here, i solved it setting the expiration time for the .xml files in the .htacces.
Regards,
elkin.
Comment #3
henrrrik commentedAh, of course. Turned out the workaround only worked for a single request. :-)
We solved it by adding this to the Varnish vcl:
I've attached a patch that adds this info to the README.txt.
Comment #4
henrrrik commentedComment #5
elkin_taharon commentedI see, is a better solution.