Error 5** - Guru Meditation
Harald Friessnegger
harald at webmeisterei.com
Tue Aug 24 12:27:05 CEST 2010
hi
varnish is sending a 500 status code so it's up to you to configure apache
accordingly to handle the error itself instead of passing it.
i don't know the way to do it with apache, for nginx it would be
proxy_intercept_errors on; #replace varnish or nginx error pages
error_page 502 503 =503 /status/502.html;
location /status {
root /some/path/status/directory/resides/in/;
}
regards, harald
João Gabriel wrote:
> Hi guys,
> I want to know if when it is possible when an error occurs 500, instead of
> display page "guru meditation" of Varnish really show the error in Apache,
> because many times the error is on implementation and debugging becomes
> more complicated.
>
> Thanx in advance!
> João Gabriel
> CT-Linux
--
Webmeisterei GmbH - Büro für Netzfragen
Tel: +43 5572 908877, Fax: +43 5572 908877-66
Steinebach 18, A-6850 Dornbirn
http://www.webmeisterei.com
More information about the varnish-misc
mailing list