assign new ip to user not work.

Flexmedia

Verified User
Joined
Sep 10, 2008
Messages
6
Hi,

I have assign a new IP to Reseller account. I have modify a user and set ip to this user and restart service httpd.

Sample
Code:
assign 192.168.1.100 > mydomain.com

After that, I have goto URL address mydomain.com.

Result
Code:
Apache is functioning normally

I have goto a new IP http://192.168.1.100/ it can displayed my website.

Why i open my domain name it return Apache is functioning normally, But open new IP address it can return my website?

Code:
access to IP > /home/user/public_html
access to URL > /var/www/html

Help me please.
 
Last edited:
If that is the ip you are using it's an internal IP, you need to use an external ip.
 
Here is what I get when accessing the ip directly

This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.

So it looks like a config issue on your end. Make sure you have just one user assigned to this IP.
 
When I visit the IP#, I see the mindbed site; that means the site is set up at the right IP#.

However when I do digs on the domain name, mindbed.com, and on www.mindbed.com, I see that DNS for that site is set for 203.151.123.160, so the bottom line is your DNS is set wrong.

Fix your DNS.

Jeff
 
Back
Top