[Varnish] #399: No virtual hosting support

Varnish varnish-bugs at projects.linpro.no
Mon Dec 1 03:35:18 CET 2008


#399: No virtual hosting support
------------------+---------------------------------------------------------
 Reporter:  ehab  |        Type:  defect
   Status:  new   |    Priority:  normal
Milestone:        |   Component:  build 
  Version:  2.0   |    Severity:  normal
 Keywords:        |  
------------------+---------------------------------------------------------
 I have two domains on a server as virtual hosts and I want to use varnish
 on one. I have a very simple vcl file

 backend default {
         .host = "www6.mashy.com";
         .port = "80";
 }

 What happens is that it gets files from www.ahlyegypt.com which is the
 other domain on this server. It seems that the host is only used to get
 the ip and not to make the HTTP request.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/399>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list