Re: I can't get apache to direct to my virtual hosts

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

 



On 10/31/2010 09:58 PM, dasgud wrote:
I have installed a web server on a localhost with xampp. the apache server is
ver 2.2 on a win xp pro (sp3) desktop. I've been reading the documentation
and forums for 2 days and follow all the directions I found to modify my
httpd-vhosts.conf file but it still doesn't work as I wish it to. I have 2
domains on the localhost with very different content, when I type either
url, only one of the sites displays.
my folders are set up like: c:/xampp/site1 and c:/xampp/site1/site2. I think
this may be the issue, and if so, then I need to go to another forum for
installation answers. This is how I have configured httpd-vhosts file:
<VirtualHost *:80>
    ##ServerAdmin postmaster@xxxxxxxxxxxxxxxxxxxx
    DocumentRoot "C:/server/xampp/site1/"
    ServerName site1.com
    ServerAlias www.site1.com
    ##ErrorLog "logs/dummy-host.localhost-error.log"
    ##CustomLog "logs/dummy-host.localhost-access.log" combined
</VirtualHost>

<VirtualHost *:80>
    ##ServerAdmin postmaster@xxxxxxxxxxxxxxxxxxxxx
    ##DocumentRoot "C:/server/xampp/site1/site2"
    ServerName site2.com
    ServerAlias www.site2.com
    ##ErrorLog "logs/dummy-host2.localhost-error.log"
    ##CustomLog "logs/dummy-host2.localhost-access.log" combined
</VirtualHost>

It looks like you have the DocumentRoot directive commented out for site2.com

since I've been trying for 2 days to make something apparently simple work,
unsuccessfully, with many changes, I'm just befuddled now. I hope someone
can help me with this.

Thank you


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[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