Answers for "restart httpd centos"

1

centos stop apache

systemctl restart httpd.service
systemctl start httpd.service
systemctl stop httpd.service
Posted by: Guest on July-19-2020
1

centos 7 apache restart

sudo systemctl restart httpd.service
Posted by: Guest on July-20-2021
0

restart server centos

reboot -h now
Posted by: Guest on July-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language