Problème Xampp sous Linux

Résolu
Harricote Messages postés 424 Statut Membre -  
 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
--
Sans coeur, on ne pas avancer, mais sans jambes, on le peut.
=> Ne vous découragez pas !
Configuration: Linux
Firefox 8.04

2 réponses

  1. 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