Problème Xampp sous Linux

Résolu
Harricote Messages postés 417 Date d'inscription   Statut Membre Dernière intervention   -  
 bjonasy -
Bonjour,
j'ai installé (sous Ubuntu 8.04 LTS) XAMPP et lors du lancement avec le terminal, j'ai ce message qui s'affiche :
Starting XAMPP for Linux 1.7.1...
XAMPP: Another web server daemon is already running.
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

J'ai regardé ensuite sous mon navigateur (à l'adresse http://localhost/) et je vois uniquement s'afficher "It works !" qui correspond peut-être à un autre serveur web ("XAMPP: Another web server daemon is already running.") ???

Pourriez-vous m'aider ??? Merci
A voir également:

2 réponses

zatch Messages postés 89 Date d'inscription   Statut Membre Dernière intervention   2
 
Je m'y connais pas mes ta suivi : https://www.apachefriends.org/fr/download.html ??
0
bjonasy
 
etant en mode root taper :
ps -ejH (pour afficher le numero du processus)
chercher apache ou httpd ensuite taper
kill numeroProcessus
/opt/lampp/lampp restart
0