Démarrer, arrêter ou relancer les applications sous Linux : Différence entre versions

De Vulgum Techus
Aller à : Navigation, rechercher
(Apache)
Ligne 6 : Ligne 6 :
 
  Sous Plesk
 
  Sous Plesk
 
  serveur>services bouton start (vert) stop (rouge) ou restart (orange)
 
  serveur>services bouton start (vert) stop (rouge) ou restart (orange)
 +
 +
=Failtoban=
 +
/etc/init.d/fail2ban start (démarrage fail2ban)
 +
/etc/init.d/fail2ban stop (arrêt fail2ban)
 +
/etc/init.d/fail2ban restart (redémarrage fail2ban)
 +
ou
 +
service fail2ban start (démarrage fail2ban)
 +
service fail2ban stopp (arrêt fail2ban)
 +
service fail2ban restart (redémarrage fail2ban)

Version du 14 juin 2013 à 10:29

Apache

/usr/sbin/apachectl -k restart (redémarrage httpd)
/usr/sbin/apachectl -k stop (arrêt httpd)
/usr/sbin/apachectl -k start (démarrage httpd)
/usr/sbin/apachectl -k startssl (démarrage httpd avec SSL)
Sous Plesk serveur>services bouton start (vert) stop (rouge) ou restart (orange)

Failtoban

/etc/init.d/fail2ban start (démarrage fail2ban)
/etc/init.d/fail2ban stop (arrêt fail2ban)
/etc/init.d/fail2ban restart (redémarrage fail2ban) 
ou
service fail2ban start (démarrage fail2ban)
service fail2ban stopp (arrêt fail2ban)
service fail2ban restart (redémarrage fail2ban)