<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
So far I´ve setup pound with varnish. It´s working fine, except one
thing:<br>
<ul>
<li>The webserver itself is reachable via
<a class="moz-txt-link-abbreviated" href="http://www.short-name-of-company.com">www.short-name-of-company.com</a>. Several new domains have been
added with similar looking names and tld endings, e.g.
<a class="moz-txt-link-abbreviated" href="http://www.full-name-of-company.info">www.full-name-of-company.info</a></li>
<li>A client connects with its browser to
<a class="moz-txt-link-abbreviated" href="http://www.full-name-of-company.info">www.full-name-of-company.info</a>, is passed to pound and varnish.
Varnish gets the data from
"<a class="moz-txt-link-abbreviated" href="http://www.short-name-of-company.com">www.short-name-of-company.com</a>"-server. Unfortunately the apache
server of that one is configured to always return
"<a class="moz-txt-link-abbreviated" href="http://www.short-name-of-company.com">www.short-name-of-company.com</a>" to the client, i.e. the client
sees "<a class="moz-txt-link-abbreviated" href="http://www.short-name-of-company.com">www.short-name-of-company.com</a>" instead of
"<a class="moz-txt-link-abbreviated" href="http://www.full-name-of-company.info">www.full-name-of-company.info</a>".</li>
<li>the apache configuration of the web server won´t be changed</li>
<li>So I´m looking for a possibility to change the URL being
displayed at the client´s browser.</li>
<li>Is there any possibility to change this within varnish?<br>
</li>
</ul>
Best Regards<br>
Michael
</body>
</html>