SOS mon wamp serveur

Fermé
gnaoule - 14 oct. 2014 à 18:12
 Utilisateur anonyme - 14 oct. 2014 à 20:02
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.

4 réponses

Utilisateur anonyme
14 oct. 2014 à 18:22
Bonjour,

tu dois configurer httpd.conf

cdt
0
merci pour ta reponse, mais comment configurer httpd.conf ?
0
Utilisateur anonyme
14 oct. 2014 à 18:53
quelle est l'adresse ip de ta machine sur ton LAN ?
0
voici mon adresse 41.66.33.161 sur le internet
0
Utilisateur anonyme
14 oct. 2014 à 19:15
En cliquant sur l'icone de wamp, apache. httpd.conf

# 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
0
Utilisateur anonyme
14 oct. 2014 à 19:30
C'est l'adresse IP de la machine ou est installé ton serveur apache ( Wamp ) qui importe ^^ donc 192.168.1.110 comme tu l'as précisé avant

cdt
0
merci pour ton aide
je vais essayer
0
Utilisateur anonyme
14 oct. 2014 à 20:02
Je ne t'ai indiqué que les parties à changer ... un copier / coller ne marchera pas ^^
0