Domain

Matthew Blissett mblissett at gbif.org
Mon Mar 27 19:05:26 CEST 2017


See 
https://www.varnish-cache.org/docs/5.1/users-guide/vcl-backends.html#multiple-backends

Your backends might look like

backend  www{
     .host  =  "192.0.2.0";
     .port  =  "80";
} backend  support{
     .host  =  "192.0.2.1";
     .port  =  "80";
}


The names are just labels.

To use backends like this, see 
https://www.varnish-cache.org/docs/5.1/users-guide/vcl-backends.html#backends-and-virtual-hosts-in-varnish

Matt

On 27/03/17 16:32, Rodney Bizzell wrote:
>
> Let me rephrase the question. I have a domain name www.peg.com 
> <http://www.peg.com> and then there is a support website called 
> support.peg.com. To create the backend server it doesn’t allow for the 
> period is there a way to allow for this in the backend server name
>
>
>
> This email (including any attachments) may contain confidential 
> information intended solely for acknowledged recipients. If you think 
> you have received this information in error, please reply to the 
> sender and delete all copies from your system. Please note that 
> unauthorized use, disclosure, or further distribution of this 
> information is prohibited by the sender. Note also that we may monitor 
> email directed to or originating from our network. Thank you for your 
> consideration and assistance. |
>
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20170327/82cde37a/attachment.html>


More information about the varnish-misc mailing list