Problems after changing IP's

joh2900

Verified User
Joined
Nov 13, 2003
Messages
48
After changing the IP of a site, I get the apache ssl page when going to that site, but if I put a www. in the address it works???
Ive reloaded Bind, and still the same. Even the domain pointers still work. Any Ideas?
 
Hello,

That probably just a delay in the propogation. When you went to the www version, it wasn't in you local dns cache, therefore it was fetched, and the correct value was returned. The "domain.com" value might just be stale, so you'll have to wait for your system to fetch the new value.

John
 
This is just hypothetical, but if you manually set your DNS servers from your connection to the nameservers on your box, would it fetch the correct settings?
 
ok, but when I changed the IP's I added ssl support to that domain, but there is no reference to :443 in the httpd.conf.

When restarting httpd errors occur:
NameVirtualHost 67.98.29.37:443 has no VirtualHosts

After adding them manually it works, but when server is rebooted it removes the virtual host.
 
Hello,

Are you sure that the domain has SSL enabled?
Check:

/usr/local/directadmin/data/users/username/domains/domain.com.conf

and see if

ssl=ON

is in it. If it is, then it's just a matter of making sure the file is rewritten.

John
 
Back
Top