<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>httpd.conf, trying to set up VirtualHosts.  Little help? - Apache Web servers - tribe.net</title>
    <link>http://apacheservers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
      <link>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#770a559a-376f-46ee-93cb-ba301b4220cf</link>
      <description>That's only been available since 1.3.7 - if you're running an older version you'll need to upgrade first.</description>
      <pubDate>Tue, 28 Dec 2004 22:15:50 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#770a559a-376f-46ee-93cb-ba301b4220cf</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2004-12-28T22:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
      <link>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#29b899e5-0165-44cc-ae6b-bcc35f641603</link>
      <description>Use this and you can forget about all the other virtual hosting directives.&#xD;
&#xD;
VirtualDocumentRoot "/www/data/%0"&#xD;
VirtualScriptAlias "/www/cgi-bin/%0/"&#xD;
UseCanonicalName Off&#xD;
&#xD;
The %0 is a placeholder for the server name given in the incoming HTTP request. Adding a new host is as simple as adding a new directory, no further httpd.conf changes required.</description>
      <pubDate>Tue, 21 Dec 2004 21:21:19 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#29b899e5-0165-44cc-ae6b-bcc35f641603</guid>
      <dc:creator>Pool</dc:creator>
      <dc:date>2004-12-21T21:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
      <link>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#7fa91cd9-85f1-4af1-b1bb-0d3fdce8f9cd</link>
      <description>If you're trying to get it to work locally on a Windows machine, there might be some relevant notes, here: http://lithuania.tribe.net/thread/9c2930bf-e2da-4001-a19f-6a9bc28d93be?tribeid=f99cccae-0432-4192-8bbe-7c75306444d2&amp;amp;threads=true&amp;amp;r=10676#5cbc6e08-1b22-4c3e-96db-534deebc2e03&#xD;
&#xD;
&#xD;
drove me crazy for weeks. Still not sure what I was doing wrong; all I know is I can get it to work, now!</description>
      <pubDate>Mon, 20 Dec 2004 13:50:56 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#7fa91cd9-85f1-4af1-b1bb-0d3fdce8f9cd</guid>
      <dc:creator>the Other™</dc:creator>
      <dc:date>2004-12-20T13:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
      <link>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#4dc39477-4351-4210-a598-fa96e49685c2</link>
      <description>&amp;amp;lt;VirtualHost 10.0.0.1&gt;&#xD;
ServerName www.abc.dom&#xD;
ServerAdmin webgirl@abc.dom&#xD;
DocumentRoot /www/abc&#xD;
&amp;amp;lt;/VirtualHost&gt;&#xD;
&#xD;
When you define the Virtual Host replace 10.0.0.1 with the ip you want the server to listen to for the virtual host.  You will also want to make sure you define it with the Listen Directive pointing it to the ip as well as any others needed.&#xD;
&#xD;
ServerName you define with the address of the virutal host..you can also use *.abc.com to catch all sub-domains of the domain.&#xD;
&#xD;
DocumentRoot is where the virtual host is located on the server..the files to be hosted.&#xD;
&#xD;
Hope that proves helpfull.</description>
      <pubDate>Mon, 20 Dec 2004 11:04:05 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#4dc39477-4351-4210-a598-fa96e49685c2</guid>
      <dc:creator>Joseph</dc:creator>
      <dc:date>2004-12-20T11:04:05Z</dc:date>
    </item>
    <item>
      <title>httpd.conf, trying to set up VirtualHosts.  Little help?</title>
      <link>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#1af478d2-42e9-480f-b7e4-f6a02266058f</link>
      <description>Hi folks, I'm seeking a quick consultation from anyone who has set up httpd.conf to serve multiple VirtualHosts.  I've RTFM'ed and I'm clearly just missing something that I suspect someone who has done this before can point out.   &#xD;
&#xD;
This is probably in the area of exactly what is supposed to be on the NameVirtualHost, VirtualHost, and ServerName directives as well as what might go into /etc/hosts.&#xD;
&#xD;
If someone out there has time for a quick 5-10 minute phone call, I'd really appreciate it.  Please e-mail me off list.&#xD;
&#xD;
Thanks much, Steve</description>
      <pubDate>Mon, 20 Dec 2004 05:38:23 GMT</pubDate>
      <guid isPermaLink="false">http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#1af478d2-42e9-480f-b7e4-f6a02266058f</guid>
      <dc:creator>Steve</dc:creator>
      <dc:date>2004-12-20T05:38:23Z</dc:date>
    </item>
  </channel>
</rss>



