Problem with

Hello,

I'm trying to setup a name based hosting on my dedicated server. My reseller IP address is XX.XX.160.50. I'm trying to setup a virtual host for this IP. I want to see a default page when I type XX.XX.160.50 in the browser. How can I do that ? Actually both the IP and the website go at the same page.

Here is my configuration :

# Ensure that Apache listens on port 80
Listen 80
# Listen for virtual host requests on all IP addresses
NameVirtualHost 65.75.160.50
<VirtualHost _default_:80>
DocumentRoot /home/webonixh/www
</VirtualHost>
<VirtualHost 65.75.160.50>
DocumentRoot /home/crensha/www
ServerName myresellerwebsite
</VirtualHost>

Thank you very much for your help !

webonixh

 

 

 

 

Top