PDA

View Full Version : Problems after changing IP's


joh2900
01-07-2004, 07:14 PM
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?

DirectAdmin Support
01-08-2004, 09:55 AM
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

S2S-Robert
01-08-2004, 10:25 AM
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?

DirectAdmin Support
01-08-2004, 10:50 AM
Yes it would.

John

joh2900
01-08-2004, 11:20 AM
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.

DirectAdmin Support
01-09-2004, 10:58 AM
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