I have ubuntu 10.04 server configured to ip address x.x.x.200 and also have windows server 2003 with ip address x.x.x.100 (already setup as www.some-domain.com)
Currently i trying to shutdown windows server 2003 and use only ubuntu 10.04 server, the main idea is to change ubuntu ip address to x.x.x.100 since the www.some-domain.com already configured to x.x.x.100 by ISP.
Tried changing several config. Likely all run fine, i can ping the new address, i can SSH, WinSCP, Ftp except Apache2 webserver now fail to start (no error message).
Any suggestion what ubuntu & apache config should i change?
content of /etc/hosts
127.0.0.1 localhost
x.x.x.100 some-domain.com some-domain
content /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address x.x.x.100
netmask 255.255.255.0
network x.x.x.10
broadcast x.x.x.255
gateway x.x.x.1
content of /etc/resolv.conf
search some-domain.com
nameserver x.x.3.5
nameserver x.x.3.6
content of /etc/apache2/httpd.conf
ServerName some-domain.com