<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Per,<br>
<br>
thank you very much for your quick reply, but I still cannot connect
to my to servers from the Internet.<br>
<br>
My public IP is 217.140.77.176 und the corresponding domain "<a
class="moz-txt-link-abbreviated" href="http://www.medmoodle.de">www.medmoodle.de</a>".<br>
<br>
My configuration file <span style="font-size:12.0pt;">"/etc/varnish/default.vcl"
looks like:<br>
<br>
<font color="#cc0000">backend moodle {<br>
.host = "192.168.1.57"; #IP of moodle backend<br>
.port = "80";<br>
}<br>
backend drupal {<br>
.host = "192.168.1.60"; #IP of drupal backend<br>
.port = "80";<br>
}<br>
sub vcl_recv {<br>
if (req.url~"^/moodle"){<br>
set req.backend = moodle;<br>
}else if(req.url~"^/drupal"){<br>
set req.backend = drupal;<br>
}</font><br>
<br>
Any ideas?<br>
<br>
Regards<br>
<br>
Reinhard<br>
<br>
</span><br>
</body>
</html>