Réponse acceptée !
c'est normarle que tu ne puisse pas accéder a ton "serveur" via l'extérieur sans avoir configurer 'httpd.conf'.


Ouvre ton fichier "httpd.conf" puis fais rechercher, recherche "listen" :
tu est senser tomber sur ces quelques lignes:
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80
Listen 127.0.0.1:80
rejoute alors a la fin :
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80
Listen 127.0.0.1:80
Listen tonadresseip:80








reboot ton seveur local puis tente d'accéder a ton serveur via une autre machine :
[ Lien ] 




si tu y arrive je suis content pour toi sinon désoler de ne pouvior t'aider plus..


