Bonjour,
J'essaye d'heberger chez moi un site web (juste pour apprendre).
Je suis sous Ubuntu , j'ai installé apache2, php5, mysqlserver...bref la totale![]()
J'ai placé dans /var/www le fichier index.php "chmodé" en 755.
En local :
http://127.0.0.1 => affiche bien index.php
http://192.168.1.184 => affiche bien index.php
Par contre, avec mon ip internet :
http://86.168.XX.XX => affiche l'ecran de configuration de ma livebox, pourtant j'ai bien routé le port 80 de celle ci sur mon ip local 192.168.1.184![]()
Voila je vois pas trop quoi faire de plus![]()
Merci pour votre aide !
Sorry
Ps : mon httpd.conf
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 # This is here for backwards compatability reasons and to support # installing 3rd party modules directly via apxs2, rather than # through the /etc/apache2/mods-{available,enabled} mechanism. # #LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
Partager