My web application domain.com:9080/webapp was working fine. Bu i would like to remove port number from address. One of forum person suggested me http://www.virtualmin.com/node/19608 link and i changed httpd.conf file. after that my webapplication is not working i changed httpd.conf again back to normal, but got errors. Problem ..
1. Service Named is not starting.
[root@ipaddress/]# service named start
Starting named:
Error in named configuration:
zone domain.com/IN: loading from master file domain.com failed: file not found
zone domain.com/IN: not loaded due to errors.
_default/domain.com/IN: file not found
zone 50.121.188.in-addr.arpa/IN: loading from master file 50.121.188.in-addr.arpa failed: file not found
zone 50.121.188.in-addr.arpa/IN: not loaded due to errors.
_default/50.121.188.in-addr.arpa/IN: file not found
[FAILED]
[root@ipaddress/]#
2. Service Httpd Not Working ..
service httpd start
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]