Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 21:29 UTC
Updated:
29 Dec 2010 at 16:28 UTC
Comments
Comment #1
ManyNancy commentedSorry, I should clarify that 'I keep on getting' means when I first go to an address, I get the error. But the page is fine if I refresh.
Comment #2
Jonah Ellison commentedHmm, yeah, Google search isn't turning up anything useful. It's definitely seems to be some type of gzip related issue. I've been using Chrome and haven't encountered it yet though. A few questions:
1. Is debug mode enabled for these requests?
2. Does it happen if the page is already cached by Drupal, or every page request? (e.g. if you click and back and forth between pages already cached, does it happen?)
3. What version of Safari are you using?
4. Is gzip enabled by your web server/Apache (if it is, what happens if you disable it?)
Comment #3
ManyNancy commentedOn Chrome the error I get is:
This webpage is not available.
The webpage at http://site.com/ might be temporarily down or it may have moved permanently to a new web address.
More information on this error
Same thing, refresh and becomes fine.
I can only get authcache working for anonymous users, so I only see this error when not logged in. I'm on pressflow. I don't know if these issues are related.
1. I have 2 sites running authcache, debug is enabled for one and disabled for the other, both have the same problem.
2. Clicking back and forth is fine is ok. I just need to refresh once to get a page to work and I can navigate back and forth. It's only on new pages.
3. Safari 5.03
4. I think to disable it I remove all config from the mod_deflate.conf? I had it on, I disabled it. Doesn't seem to help.
Thanks for the support!
Comment #4
ManyNancy commentedOK looks like all I have to do is turn off page compression and it's fine again.