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