<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multiple Web sites on ADSL in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332014#M72622</link>
    <description>Dear Admins,&lt;BR /&gt;&lt;BR /&gt;We have a web site hosted on RH 9. This box is capable enough to host 2 more small web sites. Current web site is IP is IpCop-FW external IP address connected to a ADSL modem. I am planning to put a hub betwwen IPcop and the modem host 2 more web sites. What are the implecations? Or any other better cost-effective solution there?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 15 Jul 2004 02:26:27 GMT</pubDate>
    <dc:creator>Sivasingam Santhakumar</dc:creator>
    <dc:date>2004-07-15T02:26:27Z</dc:date>
    <item>
      <title>Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332014#M72622</link>
      <description>Dear Admins,&lt;BR /&gt;&lt;BR /&gt;We have a web site hosted on RH 9. This box is capable enough to host 2 more small web sites. Current web site is IP is IpCop-FW external IP address connected to a ADSL modem. I am planning to put a hub betwwen IPcop and the modem host 2 more web sites. What are the implecations? Or any other better cost-effective solution there?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 15 Jul 2004 02:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332014#M72622</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2004-07-15T02:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332015#M72623</link>
      <description>Hi,&lt;BR /&gt;A hub is a layer1 device, it shouldn't interfere with your config. But I don't understand what is the purpose of it. don't you intend to host your other sites on the same rh9 box ?</description>
      <pubDate>Thu, 15 Jul 2004 04:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332015#M72623</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-07-15T04:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332016#M72624</link>
      <description>You can define 2 or more web sites on the same IP address.Add &lt;BR /&gt;NameVirtualHost &lt;IP&gt;&lt;BR /&gt;directive to httpd.conf&lt;BR /&gt;Then in &lt;VIRTUALHOST name=""&gt;&lt;BR /&gt;the name will be the website's name and the httpd will know to serve clients requests to this name.&lt;/VIRTUALHOST&gt;&lt;/IP&gt;</description>
      <pubDate>Thu, 15 Jul 2004 05:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332016#M72624</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-07-15T05:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332017#M72625</link>
      <description>Alexander,&lt;BR /&gt;&lt;BR /&gt;Thanks for reminding the Virtual Host part. I will follow the virtual host path.&lt;BR /&gt;&lt;BR /&gt;Jerome,&lt;BR /&gt;&lt;BR /&gt;Yes, you are right. I don't need a hub.&lt;BR /&gt;&lt;BR /&gt;Thanks your time.</description>
      <pubDate>Thu, 15 Jul 2004 17:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332017#M72625</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2004-07-15T17:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332018#M72626</link>
      <description>hi siva,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;maybe this kan help&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs-2.0/vhosts/examples.html" target="_blank"&gt;http://httpd.apache.org/docs-2.0/vhosts/examples.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Thu, 15 Jul 2004 19:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332018#M72626</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-07-15T19:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332019#M72627</link>
      <description>Take a look to VirtualHosts template in httpd.conf file.&lt;BR /&gt;&lt;BR /&gt;Bye!</description>
      <pubDate>Tue, 27 Jul 2004 09:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332019#M72627</guid>
      <dc:creator>Marco Di Ianni</dc:creator>
      <dc:date>2004-07-27T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Web sites on ADSL</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332020#M72628</link>
      <description>You have two choices:&lt;BR /&gt;&lt;BR /&gt;You can go with IP based virtual servers. The problem is you need an ip address for each server.&lt;BR /&gt;&lt;BR /&gt;You can also go with named based hosting which runs all the websites off the same IP address. Since most ADSL has limits on IP addresses, you probably want to go named based.&lt;BR /&gt;&lt;BR /&gt;You of course need a fixed ip addy.&lt;BR /&gt;&lt;BR /&gt;Docs:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs-2.0/vhosts/name-based.html" target="_blank"&gt;http://httpd.apache.org/docs-2.0/vhosts/name-based.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs-2.0/vhosts/" target="_blank"&gt;http://httpd.apache.org/docs-2.0/vhosts/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 27 Jul 2004 10:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multiple-web-sites-on-adsl/m-p/3332020#M72628</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-27T10:12:40Z</dc:date>
    </item>
  </channel>
</rss>

