SOS mon wamp serveur
gnaoule
-
Utilisateur anonyme -
Utilisateur anonyme -
salut a tous,
jai un souci avec wamp serveur,
je n'arrive plus a me connecter à localhost.
quand je lance le test du port 80; il n'est pas utilisé.
jai desinstallé et reinstaller wamp mais le port 80 n'est pas toujours utiliser par wamp.
que faire? SVP aidez moi.
merci beaucoup de bien vouloir m'aider.
jai un souci avec wamp serveur,
je n'arrive plus a me connecter à localhost.
quand je lance le test du port 80; il n'est pas utilisé.
jai desinstallé et reinstaller wamp mais le port 80 n'est pas toujours utiliser par wamp.
que faire? SVP aidez moi.
merci beaucoup de bien vouloir m'aider.
A voir également:
- SOS mon wamp serveur
- Changer serveur dns - Guide
- Serveur dns gratuit - Guide
- Serveur entrant et sortant - Guide
- Serveur dns orange - Accueil - Guide box et connexion Internet
- Aucun serveur dhcp n'a été trouvé - Forum Réseau
4 réponses
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