Results 1 to 8 of 8
  1. #1

    Services to be restarted when server is down

    Also, i am trying to restart some service.

    service named stop
    service named start
    service bind stop
    service bind start
    service httpd stop
    service httpd start

    Now, what else? What are the other service?

    What is named?
    What is bind?
    What is httpd?

    Which one is apache?

  2. #2
    Join Date
    Jul 2003
    Location
    Goleta, CA
    Posts
    5,566
    named (name servers)
    bind (nameserver daemon)
    httpd aka apache (webserver)
    Patron: I'd like my free lunch please.
    Cafe Manager: Free lunch? Did you read the fine print stating it was an April Fool's joke.
    Patron: I read the same way I listen, I ignore the parts I don't agree with. I'm suing you for false advertising.
    Cafe Owner: Is our lawyer still working pro bono?

  3. #3
    Thanks for your message.

  4. #4
    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.

  5. #5
    root@deals [~]# service bind stop
    bind: unrecognized service
    root@deals [~]# service bind start
    bind: unrecognized service
    root@deals [~]#

  6. #6
    Join Date
    Mar 2004
    Location
    New Jersey
    Posts
    798
    service named start starts both.

  7. #7
    Join Date
    Oct 2004
    Location
    India
    Posts
    509
    bind as a daemon is not available in the /etc/init.d

    named[ is there for you.

    so use service named start/stop/restart
    ESC :wq!

  8. #8
    service httpd restart
    service named restart

Posting Permissions

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