[Varnish] #1320: Varnish returns a 503 when being given a 302 by the webapp

Varnish varnish-bugs at varnish-cache.org
Wed Jun 26 00:25:16 CEST 2013


#1320: Varnish returns a 503 when being given a 302 by the webapp
--------------------+--------------------
 Reporter:  Wilb    |       Owner:
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:
Component:  build   |     Version:  3.0.3
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+--------------------

Comment (by syssi):

 I hit the same issue (TYPO3, Apache, Varnish). It is reproducible by:

 <?php
 header("HTTP/1.1 301 TYPO3 RealURL redirect");
 header("Content-Encoding: gzip");
 header("Location: http://example.com/");
 ?>

 If you remove "Content-Encoding: gzip" varnish does not hit "Gunzip+ESI
 Failed at the very end
 " anymore.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1320#comment:4>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list