Apache: Check kalau apache mati & restart automatis: Revision history

From OnnoCenterWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 April 2018

  • curprev 11:4511:45, 8 April 2018 Onnowpurbo talk contribs 162 bytes +162 Created page with "Script #!/bin/bash if [ `pgrep apache2 -c` -le "0" ]; then /etc/init.d/apache2 restart fi Masukan ke crontab */5 * * * * /usr/local/bin/check-apache2.sh"