Wamp et glpi accessible sur tout le reseau
Kjeff
Messages postés
18
Date d'inscription
Statut
Membre
Dernière intervention
-
kelux Messages postés 3074 Date d'inscription Statut Contributeur Dernière intervention -
kelux Messages postés 3074 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
J essai de tester glpi en local sur mon réseau, mais le problème est que depuis mon pc ou est installé mon wamp ça fonctionne, mais dès que je le teste surun autre pc cela m'indique
"you don't have permission to access / on this server" j' ai essayé se que me conseillais ce site
https://kgaut.net/blog/2010/configurer-wamp-pour-un-acces-depuis-le-reseau-local.html mais sans succès.
Merci d'avance.
J essai de tester glpi en local sur mon réseau, mais le problème est que depuis mon pc ou est installé mon wamp ça fonctionne, mais dès que je le teste surun autre pc cela m'indique
"you don't have permission to access / on this server" j' ai essayé se que me conseillais ce site
https://kgaut.net/blog/2010/configurer-wamp-pour-un-acces-depuis-le-reseau-local.html mais sans succès.
Merci d'avance.
A voir également:
- Glpi wamp
- Glpi - Télécharger - Outils professionnels
- Wamp server - Télécharger - Divers Web & Internet
- Error accessing config table glpi - Forum Ubuntu
- Impossible de joindre l'annuaire ldap glpi ✓ - Forum Gestion de parc
- Configuration GLPI - Forum Réseau
8 réponses
Bonjour,
je cite :
Xavier Muff replied on 15 Août 2013 0h22 Permalien
Il faut faire attention, c'est le 2e balisage <Directory> et non pas le premier!
Indiquez l'adressage de vos machines/réseaux, afin d'orienter le diagnostic.
Après avoir fait les modifications, il faut redémarrer Apache.
je cite :
Xavier Muff replied on 15 Août 2013 0h22 Permalien
Il faut faire attention, c'est le 2e balisage <Directory> et non pas le premier!
Indiquez l'adressage de vos machines/réseaux, afin d'orienter le diagnostic.
Après avoir fait les modifications, il faut redémarrer Apache.
j'avais suivis votre conseil mais même en y rajoutant la ligne de mon réseau l'accès m'ai toujours refusé. J'ai désactivé le firewall... je ne comprends plus pourquoi cela persiste a m'interdire l'accès.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
<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
Order Allow,Deny
#
# Controls who can get stuff from this server.
#
Allow from all (j ai egalement mis allow from 192.168.1.0/24 mais ça ne fonctione pas non plus)
# onlineoffline tag - don't remove
</Directory>
#
# 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
Order Allow,Deny
#
# Controls who can get stuff from this server.
#
Allow from all (j ai egalement mis allow from 192.168.1.0/24 mais ça ne fonctione pas non plus)
# onlineoffline tag - don't remove
</Directory>