Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Member
    Join Date
    Sep 2005
    Posts
    33

    Question Help httpd has failed !!!!!!

    Help::::


    httpd has failed, please contact the sysadmin.


    ??????

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    1,931

    Default

    not much to go by
    Lowest Host/Empire Technology LLC
    Affordable hosting solutions http://empire-hosting.net
    List Your hosting site FREE in http://hostgeneration.com

  3. #3
    Member
    Join Date
    May 2003
    Posts
    114

    Default

    did the message say that it restarted automagically? can you login to WHM and restart it manually?

  4. #4
    Member
    Join Date
    Sep 2005
    Posts
    33

    Default

    Service Status
    Main >> Server Status >> Service Status

    postgresql up
    melange up
    cpsrvd up
    mysql (4.0.25-standard) up
    exim-26 up
    imap up
    pop up
    entropychat up
    httpd (1.3.34 (Unix)) failed
    syslogd up
    exim (exim-4.52-7_cpanel_smtpctl_av_rewrite_mm2_mmmtrap_exiscan_md5pass) up
    eximstats up
    named (9.2.4) up
    spamd up
    antirelayd up
    ftpd up
    Server Load 0.01 (1 cpu)
    Memory Used 30.8 %
    Swap Used 0.00 %
    Disk mapper/VolGroup00-LogVol00 (/) 8 %
    Disk hda1 (/boot) DMA+ 13 %

    the system failed... that to make to recoup?

  5. #5
    Member
    Join Date
    May 2003
    Posts
    114

    Default

    try rebuilding apache.... Software > Apache Update.....

  6. #6
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    1,931

    Default

    or see whats wrong

    /etc/init.d/httpd configtest
    Lowest Host/Empire Technology LLC
    Affordable hosting solutions http://empire-hosting.net
    List Your hosting site FREE in http://hostgeneration.com

  7. #7
    Member hostmedic's Avatar
    Join Date
    Apr 2003
    Location
    Ohio
    Posts
    556
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default httpd :::

    What version of cPanel are you using?

    According to your post - I noticed that your CPU and Memory seem to be good:
    Server Load 0.01 (1 cpu) / Memory Used 30.8 %


    I would suggest dropping to the cli for this : ssh in as root then:

    first typing this in: /usr/local/apache/bin/httpd configtest

    this will let you know if the current httpd config file is good or not - if it fails - then you need to recomplie.

    Also - is there anything from /var/messages and /usr/local/apache/logs/error_log ?


    If all else fails - recompile Apache - this can be done via shell and/or the WHM gui

    let the group know how this works for you . . .



    Feel like your Cloud Provider's just weathering the storm? Hop Off the Cloud - The Weathers nicer over here.

  8. #8
    Member
    Join Date
    Sep 2005
    Posts
    33

    Question

    syntax error on line 1094 of /user/local/apache/conf/httpd.confg:
    invalid command ´BytesLog´, perhaps mis-spelled or defined by a module not includede in the server configuration







    help

  9. #9
    Member hostmedic's Avatar
    Join Date
    Apr 2003
    Location
    Ohio
    Posts
    556
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default zend/ php

    Have you recently installed Zend or played with PHP.ini in any way?



    Feel like your Cloud Provider's just weathering the storm? Hop Off the Cloud - The Weathers nicer over here.

  10. #10
    Member
    Join Date
    Sep 2005
    Posts
    33

    Default

    Yes
    I installed zend and I do not know as to bring up to date php.ini and now it appeared this error can teach to me that commands to follow and with deciding everything?

    debtor

  11. #11
    Member hostmedic's Avatar
    Join Date
    Apr 2003
    Location
    Ohio
    Posts
    556
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default sent you a PM

    I sent you a private message via the forum -



    Feel like your Cloud Provider's just weathering the storm? Hop Off the Cloud - The Weathers nicer over here.

  12. #12
    Member hostmedic's Avatar
    Join Date
    Apr 2003
    Location
    Ohio
    Posts
    556
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Zend / PHP / Httpd

    It sounds as though Zend was only 1/2 way done perhaps...
    you will need to go in and recompile apache -
    i would suggest first recompiling to keep only the basics


    then upgrade from there once you know basic httpd is working



    Feel like your Cloud Provider's just weathering the storm? Hop Off the Cloud - The Weathers nicer over here.

  13. #13
    Member
    Join Date
    Sep 2005
    Posts
    33

    Thumbs up

    the reply in your p.m.

  14. #14
    Registered User
    Join Date
    Nov 2005
    Posts
    1

    Default

    yes i've exactly the same errors

    root@mars [/etc]# /etc/init.d/httpd configtest
    Syntax error on line 1090 of /usr/local/apache/conf/httpd.conf:
    Invalid command 'BytesLog', perhaps mis-spelled or defined by a module not included in the server configuration
    and this

    root@mars [/etc]# /scripts/easyapache
    --08:37:46-- http://layer1.cpanel.net/buildapache.sea
    => `buildapache.sea'
    Resolving layer1.cpanel.net... failed: Host not found.
    buildapache.sea: buildapache.sea: No such file or directory
    Waiting for httpd to restart..............finished.


    httpd has failed, please contact the sysadmin.
    can someone help me?

    i require PHP5+ with my apache built, but unfortunately everytime while i'm trying to update apache / recompile it, it's fails... and now even worst, i'm getting the below errors when do Update Apache thru WHM:-

    [a fatal error or timeout occurred while processing this directive]There was an error while fetching http://layer1.cpanel.net/buildapache.rc
    please help...

    i'm running WHM 10.1.0 Cpanel 10.2.0-R82 CentOS 3.4 i686 Linux 2.4.20-021stab028.19.777-enterprise #1 SMP Wed Oct 19 13:05:01 MSD 2005 i686 athlon i386 GNU/Linux

    Thankyou in advance

  15. #15
    Member bijo's Avatar
    Join Date
    Aug 2004
    Location
    India
    Posts
    475

    Default

    Hello,

    Is dns working on your server?. It seems that dns is not working on your server. And also check the following 2 lines in your apache configuration
    ==================================================
    LoadModule bytes_log_module libexec/mod_log_bytes.so
    AddModule mod_log_bytes.c
    ==================================================

    If it is commeded, commendout the lines and run the configtest again.
    Bijo
    Yahoo: "bijo505"
    Msn: "bijo_baby@hotmail.com"
    AIM: "bijobaby"

    http://slashome.com

Similar Threads & Tags
Similar threads

  1. Replies: 3
    Last Post: 12-17-2008, 09:29 AM
  2. Httpd Failed
    By Crooner in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 08-28-2008, 04:12 PM
  3. httpd has failed .... please help me!
    By tuan_naqn in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 09-26-2007, 10:51 AM
  4. httpd failed
    By foussa in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 01-06-2007, 11:47 AM
  5. httpd: [ != HTTP/1..] httpd has failed, please contact the sysadmin.
    By RoWebSolutions in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 02-18-2005, 04:05 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube