Httpd.conf

Fermé
Ruud - 6 sept. 2009 à 11:41
giheller Messages postés 1875 Date d'inscription dimanche 14 juin 2009 Statut Membre Dernière intervention 3 février 2024 - 6 sept. 2009 à 11:54
Bonjour,


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...

1 réponse

giheller Messages postés 1875 Date d'inscription dimanche 14 juin 2009 Statut Membre Dernière intervention 3 février 2024 142
6 sept. 2009 à 11:54
bonjour,

je ne focntionne qu'avec
# Order Deny,Allow
Allow from all
0