Knut-Olav Hoven <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > Knut-Olav Hoven <[EMAIL PROTECTED]> writes: > > > How can I customize the error messages that Varnish return? > > Not easily; edit bin/varnishd/cache_synthetic.c and recompile. > So I can't intercept the response in vcl, detect if the response > code is 503 and then trigger a new 503 error with a different > message or HTML code?
It might be possible to change req.url and issue a restart? Poul-Henning? Of course, if Apache is down and your error page isn't cached, you're SOL. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
