<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>See
<a class="moz-txt-link-freetext" href="https://www.varnish-cache.org/docs/5.1/users-guide/vcl-backends.html#multiple-backends">https://www.varnish-cache.org/docs/5.1/users-guide/vcl-backends.html#multiple-backends</a></p>
<p>Your backends might look like</p>
<pre><span class="n">backend</span> www <span class="p">{</span>
<span class="o">.</span><span class="n">host</span> <span class="o">=</span> <span class="s2">"192.0.2.0"</span><span class="p">;</span>
<span class="o">.</span><span class="n">port</span> <span class="o">=</span> <span class="s2">"80"</span><span class="p">;</span>
<span class="p">}
</span><span class="n">backend</span> support <span class="p">{</span>
<span class="o">.</span><span class="n">host</span> <span class="o">=</span> <span class="s2">"192.0.2.1"</span><span class="p">;</span>
<span class="o">.</span><span class="n">port</span> <span class="o">=</span> <span class="s2">"80"</span><span class="p">;</span>
<span class="p">}</span>
</pre>
<br>
<div class="moz-cite-prefix">The names are just labels.<br>
<br>
To use backends like this, see
<a class="moz-txt-link-freetext" href="https://www.varnish-cache.org/docs/5.1/users-guide/vcl-backends.html#backends-and-virtual-hosts-in-varnish">https://www.varnish-cache.org/docs/5.1/users-guide/vcl-backends.html#backends-and-virtual-hosts-in-varnish</a><br>
<br>
Matt</div>
<br>
<div class="moz-cite-prefix">On 27/03/17 16:32, Rodney Bizzell
wrote:<br>
</div>
<blockquote
cite="mid:11a161139d16497099d0d7347981a52a@mbx2serv.meas-inc.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Let me rephrase the question. I have a
domain name <a moz-do-not-send="true"
href="http://www.peg.com">
www.peg.com</a> 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<o:p></o:p></p>
</div>
<br>
<font face="Arial" color="Gray" size="2"><br>
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. |<br>
</font>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
varnish-misc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a>
<a class="moz-txt-link-freetext" href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a></pre>
</blockquote>
<br>
</body>
</html>