A voir également:
- SOS mon wamp serveur
- Changer serveur dns - Guide
- Serveur pop - Guide
- Wamp server - Télécharger - Divers Web & Internet
- Vérifier que le serveur freebox est bien connecté à internet - Forum Freebox
- Le serveur de récupération n'a pas pu être contacté - Forum MacOS
4 réponses
voici mon adresse 41.66.33.161 sur le internet
En cliquant sur l'icone de wamp, apache. httpd.conf
***********************************************
***********************************************
Ca devrait aller mieux ^^
dt
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80
***********************************************
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName 192.168.1.110
***********************************************
<Directory "c:/wamp/www">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
# Require all granted
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from 192.168.1.110
Allow from ::1
Allow from localhost
</Directory>
Ca devrait aller mieux ^^
dt