[Varnish] #311: varnishtest fails at c00005.vtc on ppc64

Varnish varnish-bugs at projects.linpro.no
Wed Sep 3 11:29:39 CEST 2008


#311: varnishtest fails at c00005.vtc on ppc64
--------------------+-------------------------------------------------------
 Reporter:  ingvar  |        Owner:  des  
     Type:  defect  |       Status:  new  
 Priority:  normal  |    Milestone:       
Component:  build   |      Version:  trunk
 Severity:  normal  |   Resolution:       
 Keywords:          |  
--------------------+-------------------------------------------------------
Comment (by ingvar):

 I added a default backend, and baked c00005.vtc into the following vcl.
 Then ran varnishd -f foo.vcl -C on ppc64, and attached the output here.

 {{{
 backend default {
   .host = "127.0.0.1";
   .port = "80";
 }

 acl acl1 { "localhost"; }
 acl acl2 { ! "localhost"; }

 sub vcl_recv {
   if (client.ip ~ acl1) { set req.url = "/"; }
   if (client.ip ~ acl2) { set req.url = "/"; }
 }
 }}}

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/311#comment:3>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list