Re: virtual host issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Mar 19, 2008, at 5:22 PM, Sean Allen wrote:


On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote:

Hi all,
 
I’ve been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn’t go thru to the dir.
 
My conf file can be found here:
 


a quick glance shows 3 virtual hosts all listening on the same place.

sorry i should have taken a closer look at that:

NameVirtualHost my.uber.ip.address:80

just wont work.

you want something like:

    NameVirtualHost 111.22.33.44

    <VirtualHost 111.22.33.44>
    ServerName www.domain.tld
    DocumentRoot /web/domain
    </VirtualHost>

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux