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:

http://www.insidiousfix.net/linuxug/conf.txt


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>

Reply via email to