Serveur web inaccessible depuis Internet
bonjour,
depuis quelque temps j essaye de faire un serveur accessible depuis le net mes probleme ca ne marche
ca marche que on local
quand je mes 192.168.1.25 dans la barre d'adresse j ai mon site de meme pour layeures.blogdns.com
en local ca marche mes sur le net ca ne marche pas
quand je vai sur mon site avec partir d'un navigateur proxy ca m'affiche ce message d'erreur :
Citation:
URL Error (110): An error has occured while trying to browse through the proxy.
Failed to connect to the specified host. Possible problems are that the server was not found, the connection timed out, or the connection refused by the host. Try connecting again and check if the address is correct.
voici comment j ai essayer de faire un serveur web
httpd.conf
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| NameVirtualHost 192.168.1.25:80
<VirtualHost layeures.blogdns.com>
DocumentRoot c:/serveur2
ServerName layeures.blogdns.com
<Directory C:/serveur2>
#Options Indexes
Options Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
</VirtualHost> |
hosts
Code:
1 2
| 127.0.0.1 localhost
192.168.1.25 layeures.blogdns.com |
AIDEZ MOI SI VOUS PLAIT MERCI D'AVANCE DE VOTRE AIDE