Commment restart httpd chaque 1/4heure
Fermé
khalawak
Messages postés
8
Date d'inscription
samedi 18 juillet 2009
Statut
Membre
Dernière intervention
13 décembre 2011
-
11 déc. 2011 à 20:38
jisisv Messages postés 3645 Date d'inscription dimanche 18 mars 2001 Statut Modérateur Dernière intervention 15 janvier 2017 - 14 déc. 2011 à 06:07
jisisv Messages postés 3645 Date d'inscription dimanche 18 mars 2001 Statut Modérateur Dernière intervention 15 janvier 2017 - 14 déc. 2011 à 06:07
A voir également:
- Commment restart httpd chaque 1/4heure
- Please restart system - Forum Windows 8 / 8.1
- Commment masquer une application - Guide
- Press any key to restart - Forum Windows
- No bootable device please restart system toshiba - Forum Windows
- Please restart system - Forum Windows
4 réponses
Franzux
Messages postés
8907
Date d'inscription
mercredi 5 décembre 2007
Statut
Contributeur
Dernière intervention
27 octobre 2015
1 145
11 déc. 2011 à 20:39
11 déc. 2011 à 20:39
Cron !
khalawak
Messages postés
8
Date d'inscription
samedi 18 juillet 2009
Statut
Membre
Dernière intervention
13 décembre 2011
12 déc. 2011 à 23:31
12 déc. 2011 à 23:31
merci Franzux
vous pouvez m'expliquer davantage je suis débutant
merci
vous pouvez m'expliquer davantage je suis débutant
merci
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
934
Modifié par jisisv le 13/12/2011 à 00:06
Modifié par jisisv le 13/12/2011 à 00:06
Tu dois te connecter en root (su -/ sudo bash)
et lancer "crontab -e" pour éditer le cron de root.
Tu y introduis une ligne du style:
0-45/15 * * * * /etc/init.d/apache2 restart
qui signifie lancer la commande "/etc/init.d/apache2 restart" toutes les 15 minutes
(ou reload; je connais pas ton but)
Johan
Gates gave ^H sold you the windows.
GNU gave us the whole house.(Alexandrin)
et lancer "crontab -e" pour éditer le cron de root.
Tu y introduis une ligne du style:
0-45/15 * * * * /etc/init.d/apache2 restart
qui signifie lancer la commande "/etc/init.d/apache2 restart" toutes les 15 minutes
(ou reload; je connais pas ton but)
[root@osiris ]/var/log# crontab -l | grep apache2 0-45/15 * * * * /etc/init.d/apache2 restart [root@osiris ]/var/log#grep apache2 /var/log/syslog Dec 12 23:45:01 osiris /USR/SBIN/CRON[13905]: (root) CMD (/etc/init.d/apache2 restart)
Johan
Gates gave ^H sold you the windows.
GNU gave us the whole house.(Alexandrin)
khalawak
Messages postés
8
Date d'inscription
samedi 18 juillet 2009
Statut
Membre
Dernière intervention
13 décembre 2011
13 déc. 2011 à 23:23
13 déc. 2011 à 23:23
merci jisisv
je suis conecter sur root
jai tapé crontab - e
+
a
+
*/5 * * * * /etc/init.d/httpd restart >/dell/null 2>&1
+
ESC
+
:wq
pour quité
mais sa marche pas . je resoi des emails toutes les 5 minutes comme ça
_____________________
/bin/sh: /dell/null: No such file or directory
___________________________
login as: root
root@91.121.44.111's password:
Last login: Tue Dec 13 13:08:41 2011 from tru75-4-82-227-169-230.fbx.proxad.net
CentOS release 5.5 (Final)
Linux ks300000.kimsufi.com 2.6.34.6-xxxx-std-ipv6-64 #3 SMP Fri Sep 17 16:19:12 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
server : 35201
ip : 91.121.44.111
hostname : ks300000.kimsufi.com
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]# crontab-l
-bash: crontab-l: command not found
[root@ks300000 ~]# crontab -l
[root@ks300000 ~]# crontab -e
crontab: installing new crontab
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]# crontab -l
0-45/15 * * * * /etc/init.d/apache2 restart
[root@ks300000 ~]#
je suis conecter sur root
jai tapé crontab - e
+
a
+
*/5 * * * * /etc/init.d/httpd restart >/dell/null 2>&1
+
ESC
+
:wq
pour quité
mais sa marche pas . je resoi des emails toutes les 5 minutes comme ça
_____________________
/bin/sh: /dell/null: No such file or directory
___________________________
login as: root
root@91.121.44.111's password:
Last login: Tue Dec 13 13:08:41 2011 from tru75-4-82-227-169-230.fbx.proxad.net
CentOS release 5.5 (Final)
Linux ks300000.kimsufi.com 2.6.34.6-xxxx-std-ipv6-64 #3 SMP Fri Sep 17 16:19:12 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
server : 35201
ip : 91.121.44.111
hostname : ks300000.kimsufi.com
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]# crontab-l
-bash: crontab-l: command not found
[root@ks300000 ~]# crontab -l
[root@ks300000 ~]# crontab -e
crontab: installing new crontab
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]#
[root@ks300000 ~]# crontab -l
0-45/15 * * * * /etc/init.d/apache2 restart
[root@ks300000 ~]#
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
934
14 déc. 2011 à 06:07
14 déc. 2011 à 06:07
>/dev/null 2>&1