Results 1 to 14 of 14

Thread: Apachi problem

  1. #1
    Join Date
    Aug 2009
    Posts
    99

    Apachi problem

    Hello !

    i have got a problem in Apache ,

    my websites are down ( apanel&Kernel have been updated )

    i have access to cpanel

    would you please help me ?


    Eror : httpd (2.2.11 (Unix)) : Fail
    Last edited by jestin_virtual; 08-21-2009 at 03:06 PM.

  2. #2
    Join Date
    Aug 2009
    Posts
    99
    i have received the below email :

    ======
    httpd failed @ Fri Aug 21 23:10:54 2009. A restart was attempted automagically.
    Service Check Method: [tcp connect]

    Failure Reason: Unable to connect to port 80

  3. #3
    Join Date
    Nov 2002
    Location
    WebHostingTalk
    Posts
    8,901
    * Moved to Technical and Security Issues....

    Sirius
    I support the Human Rights Campaign!
    Moving to the Tampa, Florida area? Check out life in the suburbs in Trinity, Florida.

  4. #4
    Join Date
    Aug 2009
    Posts
    99
    is there any way to solve the problem ?

  5. #5
    Join Date
    Aug 2009
    Posts
    99

    httpd (2.2.11 (Unix)) : Failes

    Hello

    i have confronted a big problem , all my sites are down

    The problem is because of my Apache , i have access to the cpanel but all sites are down ,

    when i`m going to "server status" that shows my httpd (2.2.11 (Unix)) Does n`t work >> httpd (2.2.11 (Unix)) : Failes

    is there any one can help me ?

    Thank u

  6. #6
    Try and rebuild apache.

  7. #7
    Join Date
    Apr 2002
    Location
    Auckland - New Zealand
    Posts
    1,575
    Login to a shell and do

    # /etc/init.d/httpd stop
    # killall -9 httpd
    # /etc/init.d/httpd start
    # tail -100 /usr/local/apache/logs/error_log

    To clear the error_log and access_log (if they are over 2GB in size)

    # echo > /usr/local/apache/logs/error_log
    # echo > /usr/local/apache/logs/access_log

    # /etc/init.d/httpd restart

  8. #8
    Join Date
    May 2008
    Location
    Canada
    Posts
    985
    Login via SSH root first try:

    Code:
    service httpd restart
    Code:
    service httpd stop
    service httpd start
    UnderHost.comOffshore Hosting Solutions and USA/Canadian based servers.
    24/7 Rapid Support / 99.9% Uptime Guarantee / Shared / Cloud / VPS / Dedicated Servers
    Managed OnApp CloudUSA Cloud Virtual Datacenter - Dedicated and Scalable Resources
    Hong Kong - Netherlands - Canada - Caribbean - United States - Russia

  9. #9
    try rebuilt again
    Webgater.CoM - Cheap FullyManged Unmetered VPS , Master Reseller ,
    Reseller and Webhosting.
    Tomer A

  10. #10
    Join Date
    Aug 2009
    Posts
    99
    Quote Originally Posted by webgater Network View Post
    try rebuilt again
    would u please help me step by step
    how to rebuild ?

  11. #11
    Join Date
    Mar 2009
    Location
    Austin Tx
    Posts
    2,007
    Quote Originally Posted by jestin_virtual View Post

    Failure Reason: Unable to connect to port 80
    This tends to mean something else is running on port 80. Do you have another web server / proxy / service that may be binding to port 80?
    This is the best signature in the world....Tribute!
    (It is not the best signature in the world, no. This is just a tribute)

  12. #12
    Join Date
    May 2009
    Location
    SLASH ROOT
    Posts
    867
    A blind rebuild without checking the actual error won't help much.

    Check for errors at '/usr/local/apache/logs/error_log'. Your server might have reached the 'MaxClients' limit, since even after an httpd restart, its unable to connect to port 80.

    check the o/p of " grep MaxClients /usr/local/apache/logs/error_log "
    █ WebHostRepo.com
    █ Linux | Windows
    | VPS | Cloud
    █ Outsourced Technical Support since 2009
    █ sales@webhostrepo.com

  13. #13
    Join Date
    Aug 2009
    Posts
    99
    Quote Originally Posted by whrss View Post
    A blind rebuild without checking the actual error won't help much.

    Check for errors at '/usr/local/apache/logs/error_log'. Your server might have reached the 'MaxClients' limit, since even after an httpd restart, its unable to connect to port 80.

    check the o/p of " grep MaxClients /usr/local/apache/logs/error_log "

    i have solved the problem someone has hacked my server and he has changed all the index files of our sites , i don`t know how he connected and how he changed more than 500 index

  14. #14
    Join Date
    May 2009
    Location
    SLASH ROOT
    Posts
    867
    Hmmm...

    Then it should be an iframe attack which results in mass modification of index files.

    This normally occurs via FTP, you should check the FTP logs to get more info.

    I would suggest you to switch to passive ftp and to strengthen your account passwords.
    █ WebHostRepo.com
    █ Linux | Windows
    | VPS | Cloud
    █ Outsourced Technical Support since 2009
    █ sales@webhostrepo.com

Similar Threads

  1. Strange Apachi Performance
    By rathin in forum Hosting Security and Technology
    Replies: 3
    Last Post: 06-14-2008, 12:40 PM
  2. Domain Problem , Hosting Problem or Security Problem?
    By xoleno in forum Hosting Security and Technology
    Replies: 0
    Last Post: 03-31-2008, 05:41 AM
  3. Software Problem on Dedicated Server...Not a Problem on Shared??
    By ekusteve in forum Hosting Security and Technology
    Replies: 4
    Last Post: 06-14-2005, 12:35 PM
  4. php problem? Apache problem? Mime? Script can't do upload....
    By galacnet in forum Hosting Security and Technology
    Replies: 7
    Last Post: 05-30-2005, 11:15 AM
  5. Large problem with domains displaying wrong problem.
    By NationHosts in forum Hosting Security and Technology
    Replies: 3
    Last Post: 01-20-2004, 08:05 PM

Posting Permissions

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