Re: [OT] help moving server to new IP
Re: [OT] help moving server to new IP
- Subject: Re: [OT] help moving server to new IP
- From: Neil MacLennan <email@hidden>
- Date: Tue, 06 Apr 2010 08:48:04 +0100
First of all I would use OSX server's 'changeip' command:
http://support.apple.com/kb/TA24015?viewlocale=en_US
and, on your server from the command line:
man changeip
...built for this very job. I'm not sure all the files that it updates. Not sure if apache's httpd.conf is one of them. In any event, that's the file that's causing the problem you see in your logs.
I think it's in /etc/httpd/httpd.conf (or /etc/apache2/httpd.conf if you're using apache2). You're looking for
Listen xxx.xxx.xxx.xxx:80
and
ServerName xxx.xxx.xxx.xxx
See if either of those have your old IP address and update it. If you're using Virtual Hosts, you might want to check those too as they also make use of IP addresses.
Cheers,
.neilmac
On 6 Apr 2010, at 07:14, Baiss Eric Magnusson wrote:
> I'm on Mac OSX Server 10.5.6
>
> cascadewebdesign org.apache.httpd[760]: Unable to open logs
> cascadewebdesign com.apple.launchd[1] (org.apache.httpd[760]): Exited with exit code: 1
> cascadewebdesign com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
> cascadewebdesign org.apache.httpd[761]: (49)Can't assign requested address: make_sock: could not bind to address <OLD_IP:80>
> cascadewebdesign org.apache.httpd[761]: no listening sockets available, shutting down
>
> I altered
>
> named.conf
> all <db.url...> files
> db.ip1.ip2.ip3
> Host from JavaMonitor, which went ok
>
> is there some other file? where is it picking up the <OLD_IP> address from?
>
> Server Admin is no help since I can't let it manage DNS.
> ----
> Baiss Eric Magnusson
> http://www.CascadeWebDesign.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden