J'ai installé avec succès XAMPP 1.5.3 en suivant ce guide sur Ubuntu 12.04 et tout a commencé sans erreur.
$ Sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.5.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
Mais lorsque j'ouvre http://localhost/
ou http://127.0.0.1/
dans Firefox, l'erreur impossible de se connecter .
Après avoir échoué, j'ai changé le port dans httpd.conf
comme décrit ici de 80
à 81
et j'ai tenté d'ouvrir http://localhost:81/
et http://127.0.0.1:81/
, mais j'ai eu le même résultat.
La sortie de netstat -tlnp
:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 23369/mysqld
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 23352/proftpd: (acc
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 20196/dnsmasq
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 929/cupsd
tcp6 0 0 ::1:631 :::* LISTEN 929/cupsd
tcp6 0 0 ::1:44166 :::* LISTEN 23848/Java
Selon la sortie de netstat
, le serveur Web Apache ne parvient pas à ouvrir le port d'écoute. Vous devriez télécharger la dernière version de XAMPP et suivre les instructions du site.
Si XAMPP est exécuté avec la configuration par défaut, le résultat devrait ressembler à ceci:
whisperity@localdomain:~$ Sudo netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 5235/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5701/httpd
tcp6 0 0 :::21 :::* LISTEN 22965/proftpd: (acc