[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: authentification apache



Georges Roux a écrit :

Salut

j'ai protegé un repertoire en configurant comme ça:

 <Directory /*>
   AuthType Basic
   AuthName "Restricted Files"
   AuthUserFile /etc/apache2/users
   AuthGroupFile /etc/apache2/group
   Require group Users
 </Directory>

Ca marche bien, cependant maintenant je voudrais autoriser l'accés au sous répertoire "public"
a tout le monde, sans avoir besoin de passer par le panneau de login.
Quelqu'un a t'il une idée.

georges



Rajoute après (si home est /home/*/public_html):

<Directory /home/*/public_html>
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
allow from all
DirectoryIndex index.html
</Directory>


--
Amicalement vOOotre              Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://lea-linux.org http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme http://fr.openoffice.org



Reply to: