how does the xx.xx.xx.91 resolve to, is it secondwebsite.xxx.com or firstwebsite.xxx.com
try to do nslookup 91.xx.xx.xx.in-addr.arpa (replace the xx's with the real ip addre in reverse, so if your real ip is 1.2.3.91, then nslookup 91.3.2.1.in-addr.arpa).
Alternately, you could try to add modify:
<VirtualHost xx.xx.xx.91:80>
ServerName secondwebsite.xxxx.com
ServerAlias xx.xx.xxx.91 <<-- add this line.
DocumentRoot "/home/website/secondwebsi
DirectoryIndex index.php
</VirtualHost
--
give it a shot.
Main Topics
Browse All Topics





by: ahoffmannPosted on 2004-08-18 at 07:36:47ID: 11830913
how do you access the server? could you pleast post the exact URL