The fix:
1 2 | systemctl kill httpd systemctl start httpd |
The problem:
1 2 | systemctl restart httpd ### wait for 90 seconds... too long |
The fix:
1 2 | systemctl kill httpd systemctl start httpd |
The problem:
1 2 | systemctl restart httpd ### wait for 90 seconds... too long |
0 Comments