<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I cannot solve my problem, therefore again I write this post:<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>
    The varnish cache server hat the IP 192.168.1.59 and is reached over
    NAT and port 80 from my router with the public IP above.<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></span><br>
    <br>
    Best Regards,<br>
    <br>
    Reinhard<br>
    <br>
  </body>
</html>