Morning all …

   Okay, after figuring out a whack of things (slowly), I did a trace through 
my default.vcl file to see if I couldn't figure out where the code has gone 
wrong … in order to do this, I simply added, and moved down

return(pass)

  Starting at the top of the vcl_recv function and moving downwards, until I 
moved it past the point where it restarts … if I have the default.vcl file 
written as:

      # Try a cache-lookup
        return(pass);
        return (lookup);

   The server, and all pages, seem to load fine … as soon as I move the 
'return(pass)' under the 'return(lookup)', any page reload causes a restart, 
and I get a blank page on my web browser …

    Doing a 'panic.show' in varnishadm just shows:

varnish> panic.show
300        
Child has not panicked or panic has been cleared

    So, not getting anything from that …

     On a whim, before I posted this, I just lowered my cache size from the 
default of 3G  to just 1G … and now it seems to be running fine … not sure if I 
need more then 1G, but at least I now have a starting point …

    Thanks for the various suggestions thrown out at me, they all helped …






   

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to