<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have a server with blueonyx with 5108R and two network cards one
    for ip lam(intranet) and other IP for Internet access from the
    Internet.<br>
    <br>
    I want a site run over SSL from the two ip's but does not work when
    I have configured the site configuration file located in
    /etc/httpd/conf/vhost/sitexx the following:    NameVirtualHost
    xxx.xxx.xx.xx:80
    <ul>
      <li>    NameVirtualHost 192.168.100.xxx:80</li>
      <li>    <VirtualHost xxx.xxx.xx.xx:80 192.168.100.xxx:80></li>
    </ul>
     And if it works when I set  /etc/httpd/conf/vhost/sitexx to respond
    to a single ip's with the following:<br>
    <ul>
      <li>    NameVirtualHost xxx.xxx.xx.xx:80</li>
      <li>    <VirtualHost xxx.xxx.xx.xx:80></li>
    </ul>
    <br>
    I can help on how to solve this problem<br>
    <br>
    Thank you.<br>
    <br>
    Manuel Bona<br>
  </body>
</html>