luxpir
luxpir
Same. Went back to compare source with [rickb777 's original](https://bitbucket.org/rickb777/drupal2hugo/) and there are now significant differences. Going to remove this version and try again with rickb777 's latest version. EDIT:...
Hey @tarek-chayya I got back to you [here](https://bitbucket.org/rickb777/drupal2hugo/issues/3/getting-d2h-running-in-q2-2018-a-little) - looked like you were having probs with your path? I did get it to work in the end, so can confirm...
I used 1.10.1. `go env GOPATH` gives `~/go` but I installed go to `/usr/local/go/bin`. One runs go itself (the latter), the other runs the go binaries, if I'm not mistaken.
For anyone else in @ccamara 's position, try making dravenk's edit in the /fale file too: `go/src/github.com/fale/drupal2hugo/model/db.go` Worked here - presuming you'd already tried to 'go get' fale's repo.
I'm wondering about this myself now... have commented out expires epoch and sure enough my `cache-control` headers went from `no-cache` to `public, max-age=x` etc. I've just patched cache_warmer to create...
I managed to get a cache hit to show using Ctrl+F5, refreshing the page approx. 10 times. It's crude, but it got the cache to show itself in the headers....
@cclafferty Well, I've confirmed I get cache HIT reported in the headers when I hammer the site. This is consistent with how microcaching should work. That's as much as I...
I tested a few things because I read in a few places that: - Nginx doesn't cache if `Set-Cookie` is in the header (tried to add `Set-Cookie` to `fastcgi_ignore_headers` line...
Fixed, strangely, by rebooting the server, as per: > > https://www.digitalocean.com/community/questions/simple-spdy-implementation-not-working Odd solution for a Linux box, but that was it!
Thanks @Jenselme that was spot on. Modified drupal.conf as per your documentation and was all working straight away. Despite using a slightly different setup (subsite in /siteroot/subsite instead of sites/subsite...