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 ?
Add Comment
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