Droits d'accés

j3r3m067 Messages postés 99 Date d'inscription mardi 25 août 2009 Statut Membre Dernière intervention 28 juin 2011 - 8 janv. 2010 à 10:08
 Utilisateur anonyme - 8 janv. 2010 à 11:18
Bonjour a tous,
j'essaye de me connecter a dossier sur un serveur distant, pour que dans mon appli web je puisse voir ce dossier.
Mon problème, lorsque je veux allez dans le dossier en question via mon appli, j'ai une erreur 403 (don't permission to access), et je comprend pas pourquoi.

conf de apapche:
Alias /XMLServeur \\\\Serveur3\\DATA_IS\\ExportXML
<Directory "\\\\Serveur3\\DATA_IS\\ExportXML">
    Options +Indexes FollowSymLinks +ExecCGI
    AllowOverride AuthConfig FileInfo
    Order allow,deny
    Allow from all
</Directory>


error_log:
[Fri Jan 08 09:51:25 2010] [notice] Server built: Sep 28 2009 22:41:08
[Fri Jan 08 09:51:25 2010] [notice] Parent: Created child process 3940
[Fri Jan 08 09:51:25 2010] [notice] Child 3940: Child process is running
[Fri Jan 08 09:51:25 2010] [notice] Child 3940: Acquired the start mutex.
[Fri Jan 08 09:51:25 2010] [notice] Child 3940: Starting 64 worker threads.
[Fri Jan 08 09:51:25 2010] [notice] Child 3940: Starting thread to listen on port 80.
[Fri Jan 08 09:51:52 2010] [error] [client 192.168.16.60] Directory index forbidden by Options directive: //Serveur3/DATA_IS/ExportXML/


je precise que mon serveur est sous windows
@+

1 réponse

Utilisateur anonyme
8 janv. 2010 à 11:18
Salut,

Essaye ça.

Alias /XMLServeur c:/Serveur3/DATA_IS/ExportXML

<Directory c:/Serveur3/DATA_IS/ExportXML>
Options +Indexes FollowSymLinks +ExecCGI
AllowOverride AuthConfig FileInfo
Order allow,deny
Allow from all
</Directory>
0
Rejoignez-nous