Guest_imported
New member
- Jan 1, 1970
- 0
Can someone pls help me.
Bascially I'm running apache2 on solaris 8.
I have one ip address, with two different domina names coming to it.
If created a /usr/ Within that directory I have created two further dir for each of the domains.
When i type in the first domain, the correct webpage loads up.
However when i type the second domain the first webpage comeup instead.
How do I solve this problem?
<VirtualHost 192.168.123.100>
DocumentRoot /usr/ServerName hochborntest
</VirtualHost>
<VirtualHost 192.168.123.100>
DocumentRoot /usr/ServerName sigmatest
</VirtualHost>
thx
Bascially I'm running apache2 on solaris 8.
I have one ip address, with two different domina names coming to it.
If created a /usr/ Within that directory I have created two further dir for each of the domains.
When i type in the first domain, the correct webpage loads up.
However when i type the second domain the first webpage comeup instead.
How do I solve this problem?
<VirtualHost 192.168.123.100>
DocumentRoot /usr/ServerName hochborntest
</VirtualHost>
<VirtualHost 192.168.123.100>
DocumentRoot /usr/ServerName sigmatest
</VirtualHost>
thx