<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>httpd.conf, trying to set up VirtualHosts.  Little help? - Apache Web servers - tribe.net</title>
  <link rel="alternate" href="http://apacheservers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9?format=atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#770a559a-376f-46ee-93cb-ba301b4220cf" />
    <author>
      <name>$item.owner.firstName</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#770a559a-376f-46ee-93cb-ba301b4220cf</id>
    <updated>2004-12-28T22:15:50Z</updated>
    <published>2004-12-28T22:15:50Z</published>
    <summary type="html">That's only been available since 1.3.7 - if you're running an older version you'll need to upgrade first.</summary>
    <dc:creator>$item.owner.firstName</dc:creator>
    <dc:date>2004-12-28T22:15:50Z</dc:date>
  </entry>
  <entry>
    <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#29b899e5-0165-44cc-ae6b-bcc35f641603" />
    <author>
      <name>Pool</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#29b899e5-0165-44cc-ae6b-bcc35f641603</id>
    <updated>2004-12-21T21:21:19Z</updated>
    <published>2004-12-21T21:21:19Z</published>
    <summary type="html">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.</summary>
    <dc:creator>Pool</dc:creator>
    <dc:date>2004-12-21T21:21:19Z</dc:date>
  </entry>
  <entry>
    <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#7fa91cd9-85f1-4af1-b1bb-0d3fdce8f9cd" />
    <author>
      <name>the Other™</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#7fa91cd9-85f1-4af1-b1bb-0d3fdce8f9cd</id>
    <updated>2004-12-20T13:50:56Z</updated>
    <published>2004-12-20T13:50:56Z</published>
    <summary type="html">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!</summary>
    <dc:creator>the Other™</dc:creator>
    <dc:date>2004-12-20T13:50:56Z</dc:date>
  </entry>
  <entry>
    <title>Re: httpd.conf, trying to set up VirtualHosts.  Little help?</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#4dc39477-4351-4210-a598-fa96e49685c2" />
    <author>
      <name>Joseph</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#4dc39477-4351-4210-a598-fa96e49685c2</id>
    <updated>2004-12-20T11:04:05Z</updated>
    <published>2004-12-20T11:04:05Z</published>
    <summary type="html">&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.</summary>
    <dc:creator>Joseph</dc:creator>
    <dc:date>2004-12-20T11:04:05Z</dc:date>
  </entry>
  <entry>
    <title>httpd.conf, trying to set up VirtualHosts.  Little help?</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#1af478d2-42e9-480f-b7e4-f6a02266058f" />
    <author>
      <name>Steve</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/dc666efd-e74a-4820-96da-30e597de10a9#1af478d2-42e9-480f-b7e4-f6a02266058f</id>
    <updated>2004-12-20T05:38:23Z</updated>
    <published>2004-12-20T05:38:23Z</published>
    <summary type="html">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</summary>
    <dc:creator>Steve</dc:creator>
    <dc:date>2004-12-20T05:38:23Z</dc:date>
  </entry>
</feed>



