[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ Cannot be Accessed by web browsers



I was uploading my web page to our Raq3 server and now I cannot access the
server through a web browser.  I am able to ping, and telnet to the server
but cannot access it through Explorer or Netscape.  I have searched the
knowledge base for a similar question and have found one but no response.
Could some either tell me what has happen to our server, what might help or
direct me someplace that might?

I have also FTP'd the Index page from the server and it looks good so I
think the HTML servers might be down?
Thank you,

Is it only the one site?
Are there any other pages on the site that you might access?
The index.htm/l page is not Index.htm/l is it?
As you indicated that "the Index page" html files are case sensitive.
If you can ssh to the server, check to see if httpd is running
ps ax | grep httpd
If it's not running start it.
/etc/rc.d/init.d/httpd start
Gerald