[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,

Check the permissions on the file if your FTP client allows it, else
check it from the command line. chmod it to 644 if necessary.
(from an ls -al view, 644 permissions look like this):
-rw-r--r--
That should do the trick assuming that httpd is running of course, but
you can check that via:
ps -aux |grep httpd

Regards,
-Colin (Ô-Ô)
--
Colin J. Raven