Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2005
    Posts
    232

    the error detected is: Http error:Http_client.No_reply

    A lot of downtime recently, The following url is down:
    after i restart the apache, it will back to normal, what is the problems, please?

    http://www.skyaus.com/bbs
    the error detected is:

    Http error:Http_client.No_reply
    Error was detected at 2007-05-22 04:17:08

  2. #2
    Join Date
    Apr 2004
    Posts
    575
    You need to check Apache's Error log. Its probably in something similar to:

    /var/log/httpd/error_log if its linux. I didn't check.

  3. #3
    Join Date
    Apr 2005
    Posts
    232
    root@ip0 [~]# /var/log/httpd/error_log
    bash: /var/log/httpd/error_log: No such file or directory

  4. #4
    Join Date
    Apr 2004
    Posts
    575
    Yeah its different depending on if you compiled and configured it yourself or what package you used on whatever package manager you used. However, in my experience that's where its usually at.

    So in your shoes I would use:
    Code:
    find / -name error_log -type f

  5. #5
    Join Date
    Apr 2005
    Posts
    232
    root@ip0 [~]# more /usr/local/apache/logs/error_log
    [Fri Apr 27 12:58:43 2007] [error] (2)No such file or directory: Can't clean sta
    le key files from directory "/usr/local/frontpage/version5.0/apache-fp" in Front
    PageCleanup().
    [Fri Apr 27 12:58:43 2007] [error] (2)No such file or directory: Incorrect permi
    ssions on key directory "/usr/local/frontpage/version5.0/apache-fp" in FrontPage
    Checkup(). Until this problem is fixed, the FrontPage security patch is disable
    d and the FrontPage extensions may not work correctly.
    [Fri Apr 27 12:58:43 2007] [notice] Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/
    0.9.7a configured -- resuming normal operations
    [Fri Apr 27 12:58:43 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/loca
    l/apache/bin/suexec)
    [Fri Apr 27 12:58:43 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri Apr 27 13:01:39 2007] [notice] caught SIGTERM, shutting down
    [Fri Apr 27 13:01:54 2007] [notice] Apache/1.3.37 (Unix) PHP/4.4.6 FrontPage/5.0
    .2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a configured -- resuming normal operat
    ions
    [Fri Apr 27 13:01:54 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/loca
    l/apache/bin/suexec)
    [Fri Apr 27 13:01:54 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Fri Apr 27 13:03:57 2007] [notice] SIGUSR1 received. Doing graceful restart
    [Fri Apr 27 13:03:57 2007] [notice] Apache/1.3.37 (Unix) PHP/4.4.6 FrontPage/5.0
    .2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a configured -- resuming normal operat

  6. #6
    Join Date
    Apr 2004
    Posts
    575
    You need to see your logs for 04:17.

    I'm assuming that error message is from a Monitoring Service. And it could mean anything. If you don't see anything alarming in your Apache error logs for 04:17 (converted to your server's time) then you need to look at your system's log files too.

    Also I'd suggest installing MRTG so that you can see if its actual network downtime. Which I'm assuming it is.

  7. #7
    Join Date
    Apr 2005
    Posts
    232
    [Fri Apr 27 13:01:39 2007] [notice] caught SIGTERM, shutting down

    here is the problems i think...

  8. #8
    Join Date
    Apr 2004
    Posts
    575
    Yeah, Apache restarts sometimes...it is normal.

  9. #9
    Join Date
    Apr 2005
    Posts
    232
    apache is down every 2 days.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •