Httpd.conf
Ruud
-
giheller Messages postés 1960 Date d'inscription Statut Membre Dernière intervention -
giheller Messages postés 1960 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
je viens de voir dans le fichier httpd.conf
ces lignes ci:
j'ai mit allow from all , restarter les services mais rien ne se passe...
en local j'arrive à joindre via 127.0.01 avec localhost il refuse
et avec un ordinateur distant du même réseau, il refuse...
je viens de voir dans le fichier httpd.conf
ces lignes ci:
<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.2/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:
# Options FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
# Order Deny,Allow
Allow from all
Allow from 127.0.0.1
Allow from localhost
</Directory>
j'ai mit allow from all , restarter les services mais rien ne se passe...
en local j'arrive à joindre via 127.0.01 avec localhost il refuse
et avec un ordinateur distant du même réseau, il refuse...