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

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 18:45, 8 April 2018Onnowpurbo 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"