Update httpd.conf

Update to CentOS 7 comand!
This commit is contained in:
WebZation 2016-10-22 02:19:12 -02:00 committed by GitHub
commit ff2a910392

View file

@ -1,3 +1,3 @@
check process httpd with pidfile /var/run/httpd/httpd.pid
start program = "/etc/init.d/httpd start"
stop program = "/etc/init.d/httpd stop"
start program = "/usr/bin/systemctl start httpd"
stop program = "/usr/bin/systemctl stop httpd"