mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update httpd.conf
Update to CentOS 7 comand!
This commit is contained in:
parent
be837cb3e5
commit
ff2a910392
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue