Results 1 to 6 of 6
  1. #1

    HELP. Apache cant restart

    I try to do a netstat -n to see who might be attacking the server, but it doesnt say much.. just ips.. What can i do.. HELP

  2. #2
    Join Date
    May 2003
    Location
    Kirkland, WA
    Posts
    4,448
    What do you see when you attempt to restart it? We don't read minds
    Nick Nelson
    Sr. Director & GM, VAS
    Demand Media
    425.298.2282 nn@demandmedia.com

  3. #3
    Waiting for httpd to restart.... . . . . . . . . . . finished.

    httpd status



    httpd has failed, please contact the sysadmin.

  4. #4
    /usr/local/apache/bin/apachectl configtest

    What's the output?

    Try

    /etc/init.d/httpd stop
    ps -aux | grep httpd

    What's the output? sometimes some hung processes may prevent you from restarting. If you still see some httpd processes, do

    kill -9 <process id>

    Then try

    /etc/init.d/httpd start
    ••• Like us on Facebook to qualify for discounts! •••
    ••• http://www.sprintserve.net •••
    ••• Offering: | Internap FCP Bandwidth! | Rebootless Kernel Updates! | Magento Optimized Hosting | Wordpress Hosting | •••
    ••• Services: | Managed Multiple Cores 64bit Servers | Server Management | •••

  5. #5
    Join Date
    Jul 2003
    Location
    Kuwait
    Posts
    5,104
    What about the server logs? You aren't giving us much information here.

  6. #6
    Join Date
    Jun 2003
    Location
    Bay Area
    Posts
    220

    server admin

    just do what it says and contact your sysadmin. I'm sure a server administrator would be able to fix it.
    -- My software isn't buggy; it develops random features --

Posting Permissions

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