Web Hosting Talk







View Full Version : HTTP not working


BooBoo
04-26-2002, 11:50 AM
I recently acquired a RaQ3i that has been upgraded with RaQ4i software. I have done this to three other servers and have not encountered any problems. However, it figures, I have encountered a very bizarre problem. I have noticed that if I try to access the server as http://xxx.xxx.xxx.xxx/admin, I get a page not found error. If I access it as xxx.xxx.xxx.xxx/admin, it finds the server. Also, while in Maintenance, applying all the lovely patches, when I clicked on Server Management, I got a Page Not Found error.
Did I mess anything up? Any ideas, suggestions (no cranial-rectum insertion suggestions, please :blush: )? Should I be concerned about this? DNS is not setup on this server as it only hosts, not directs. Should I set it up as a DNS server?

jahsh
04-26-2002, 07:17 PM
is your hostname in /etc/hosts? what happens when you run the command hostname? if you dont get your hostname run:
hostname mydomain.com
then restart httpd:
/etc/rc.d/init.d/httpd restart
good luck