ManagerJay
IS-IT--Management
A couple of the local scouting organizations have asked me to host web sites for them. Since I only have a dial-up connection, I registered two names with DynDNS scouting1.homelinux.net and scouting2.homelinux.net.
No matter whether the sites are connected to using the scouting1.homelinux.net or the scouting2.homelinux.net the same web page (the homepage for scouting1 is displayed (yes they are different).
Following is an excerpt from my Apache configuration file.
NameVirutalHost 10.129.10.40
<VirtualHost 10.129.10.40>
ServerName scouting1.homelinux.net
DocumentRoot /hdd2/</VirtualHost>
<VirtualHost 10.129.10.40>
ServerName scouting2.homelinux.net
DocumentRoot /hdd2/</VirutalHost>
I'm sure I have missed something here that is readily obvious, but I'm not seeing it. Any help would be greatly appreciated.
Thanks in advance for your assistance.
Jay
No matter whether the sites are connected to using the scouting1.homelinux.net or the scouting2.homelinux.net the same web page (the homepage for scouting1 is displayed (yes they are different).
Following is an excerpt from my Apache configuration file.
NameVirutalHost 10.129.10.40
<VirtualHost 10.129.10.40>
ServerName scouting1.homelinux.net
DocumentRoot /hdd2/</VirtualHost>
<VirtualHost 10.129.10.40>
ServerName scouting2.homelinux.net
DocumentRoot /hdd2/</VirutalHost>
I'm sure I have missed something here that is readily obvious, but I'm not seeing it. Any help would be greatly appreciated.
Thanks in advance for your assistance.
Jay