Not able to start httpd service

Answered

    I am using asterisk-13 ,on which “service httpd start” command is not running.

    what command should i use to start httpd services ?

    Asked on April 30, 2018 in MySQL.
    Add Comment
    1 Answer(s)
      Best answer

       

      Restart httpd resvices

      # systemctl restart httpd

      Check status of httpd services

      # systemctl status httpd

      Stop httpd services

      # systemctl stop httpd

      Start httpd services

      # systemctl start httpd

      You can see the

      https://blog.eduguru.in/linux-2/installing-lamp-on-rhel-or-centos-7

       

      Answered on May 1, 2018.
      Add Comment

      Your Answer

      By posting your answer, you agree to the privacy policy and terms of service.