Pages : 1
#1 Le 03/05/2010, à 00:35
- tsargaspar
stop/restart
slt j'ai un probleme avec la stop et la commande restart
1. Launch Terminal
First open up Applications->Accessories->Terminal.
2. Install Apache
Type the following line of command:
sudo apt-get install apache2
3.Install PHP5
Execute the following command by typing the following line in the Terminal and hit enter:
sudo apt-get install php5 libapache2-mod-php5
4. To Stop/Restart Apache
Execute the following command in the Terminal:
Stop/Restart Apache
la dernier commande sa marche pas
je veut dire la commande stop ou restart
Hors ligne
#2 Le 03/05/2010, à 00:38
- sim_mmm
Re : stop/restart
Vous pouvez simplement redémarer
ou essayer cette commande :
service apache2 restart
Hors ligne
#3 Le 03/05/2010, à 01:17
- AlexandreP
Re : stop/restart
Plutôt sudo service apache2 restart. S'agissant d'un service, il faut que la commande soit exécutée en mode d'administration.
D'ordre général, les services se gèrent de la manière suivante :
sudo service {nom_du_service} {start|stop|restart}
«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.
Hors ligne
#4 Le 03/05/2010, à 01:48
- tsargaspar
Re : stop/restart
maintenant vous devez tuer la course à pied mysql le serveur. Le processus id est saisi de/var/run/mysqld/et inséré dans la déclaration tuer. La note est là des tiques (`) autour du processus id, pas les citations simples (').b. now you must kill the running mysql server. The process id is grabbed from /var/run/mysqld/ and inserted into the kill statement. Note there are ticks (`) around the process id, not single quotes (’).
kill `cat /var/run/mysqld/mysqld.pid`
voila que je recoit
root@magic-laptop:~# kill cat/var/run/mysql/mysqld.pid
bash: kill: cat/var/run/mysql/mysqld.pid : les arguments doivent être des identifiants de tâche ou de processus
je peut avoir la solution de ce probleme svp , et merci de votre intention
Hors ligne
Pages : 1