On Thu, Sep 3, 2009 at 9:10 AM, I. Ati
<mueni0@gmail.com> wrote:
hi people
i keep getting this error from our server
Network Error (tcp_error)
|
A communication error occurred: "Connection refused"
|
The Web Server may be down, too busy, or experiencing other problems
preventing it from responding to requests. You may wish to try again at
a later time.
|
some one advised that is my web server Apache which has issues , i repaired and am still the same network error , some one please advise
>From the command line, you could try:
telnet webserver_ip_address_here 80 (or whatever port you configured it to listen on)
GET / [press enter twice and see if you see some html code]
Basically that should give you a clue. Perhaps the webserver is not running for some reason (check your httpd-error.log) or perhaps the firewall is blocking port 80 on the webserver.