On Mon, Mar 04, 2013 at 07:52:06PM +0100, Michael Finke wrote: > Dear Varnish Community, > > I get an 503 error > Service Unavailable > > Guru Meditation: > XID: 1059580559 > > > -------------------------------------------------------------------------------- > > Varnish cache server > > > > everytime i want to import products in my magentosystem, and even if i delete > products. > > Can you tell me how to deal with this problem? Is it possible to deactivate > the varnish cache server? > >
You can disable varnish by effectively loading a different vcl that simply pipe's requests. You can do this on the fly by using either the management console or varnishadm. ~Paul ________________________________ This message may contain confidential or privileged information. If you are not the intended recipient, please advise us immediately and delete this message. See http://www.datapipe.com/legal/email_disclaimer/ for further information on confidentiality and the risks of non-secure electronic communication. If you cannot access these links, please notify us by reply message and we will send the contents to you. _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
