PHOENIX-MEDIA / Magento-PageCache-powered-by-Varnish

Community version which is available on Magento Connect (http://www.magentocommerce.com/magento-connect/pagecache-powered-by-varnish.html)
89 stars 49 forks source link

default_3.0.vcl not working. #1

Closed juggernaught closed 10 years ago

juggernaught commented 10 years ago

I am using the default_3.0.vcl and it does not work. No pages are caching. I am forced to use the vcl provided by Ideaspool here:

http://ideaspool.nl/varnish-3-configuration-file-for-magento-1-7

But when I use this the hole punching does not work from Magento PageCache config.

Any suggestions???

PHOENIX-MEDIA commented 10 years ago

Hi!

Can you send the webservers (Apache, Nginx) response headers (curl -I)?

Mit besten Grüßen / Best regards Björn Kraus


PHOENIX MEDIA GmbH

Am 07.11.2013 um 07:38 schrieb "juggernaught" notifications@github.com<mailto:notifications@github.com>:

I am using the default_3.0.vcl and it does not work. No pages are caching. I am forced to use the vcl provided by Ideaspool here:

http://ideaspool.nl/varnish-3-configuration-file-for-magento-1-7

But when I use this the hole punching does not work from Magento PageCache config.

Any suggestions???

— Reply to this email directly or view it on GitHubhttps://github.com/PHOENIX-MEDIA/Magento-PageCache-powered-by-Varnish/issues/1.

juggernaught commented 10 years ago

Hi Bjorn

I am hoping you can provide me with a vcl that will work in harmony with the pagecache extension.

We are using Apache webserver. Here is the response header:

Name Value Delim Status: HTTP/1.1 200 OK Server: Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.6 Perl/v5.10.1
X-Powered-By: PHP/5.3.27
X-Mod-Pagespeed: 1.3.25.4-2941
Vary: Accept-Encoding Content-Encoding: gzip
Content-Type: text/html; charset=utf-8
Content-Length: 12258
Accept-Ranges: bytes
Date: Thu, 07 Nov 2013 08:55:43 GMT
Connection: close
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Expires: Mon, 31 Mar 2008 10:00:00 GMT
Age: 0

juggernaught commented 10 years ago

This is the response header when I use the vcl from http://ideaspool.nl/varnish-3-configuration-file-for-magento-1-7

Everything is caching and loading extremly quick. But I am having back end admin panel issues where some of my third party extensions are not loading and i keep getting pushed back to the login screen.

Any update? Anyone?

The url we checked: www.contactlensclub.ca/eyeglasses.html HTTP/1.1 200 OK X-Powered-By: PHP/5.3.27 X-Mod-Pagespeed: 1.3.25.4-2941 Vary: Accept-Encoding Content-Encoding: gzip Content-Type: text/html; charset=utf-8 Content-Length: 19292 Accept-Ranges: bytes Date: Thu, 07 Nov 2013 15:18:20 GMT X-Varnish: 1902684657 1902635782 Age: 22443 Via: 1.1 varnish Connection: keep-alive X-Cache: HIT (6)

engsiang commented 10 years ago

Hi juggernaught, is your problem get resolved? I think I am having similar issue, can you share your solution? or your default.vcl from ideaspool (the link no longer working)?

juggernaught commented 10 years ago

The configuration was setup in correctly. Look back at how you configured everything.

On Thu, May 29, 2014 at 12:58 AM, engsiang notifications@github.com wrote:

Hi juggernaught, is your problem get resolved? I think I am having similar issue, can you share your solution? or your default.vcl from ideaspool (the link no longer working)?

— Reply to this email directly or view it on GitHub https://github.com/PHOENIX-MEDIA/Magento-PageCache-powered-by-Varnish/issues/1#issuecomment-44504992 .