| I have configured DNS , and /sbin/init.d/webadmin will not start up. My /etc/resolv.conf file looks like this: # cat /etc/resolv.conf domainname foo.bar.com search foo.bar.com nameserver 192.100.1.1 nameserver 192.100.1.2 Why won't webadmin start up? If I cannot resolve this problem, there is a line in the /usr/obam/server/conf/httpd.conf file that reads " allow from insert_domain_here ". What could I change this to, without referencing my DNS domain name , in order to allow webadmin to start? |