Answers for "httpd centos"

0

httpd.conf location centos

/etc/httpd/conf
/etc/apache2/conf
Posted by: Guest on August-05-2021
0

httpd service centos 7 and centos 8

# start httpd service
sudo systemctl start httpd.service
# stop httpd service
sudo systemctl stop httpd.service
# check status httpd service
sudo systemctl status httpd.service
# restart httpd service
sudo systemctl restart httpd.service
Posted by: Guest on February-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language