Hello!

On Fri, Feb 03, 2006 at 07:37:02AM +0100, LiRul wrote:

> Egy Apache virtualhostban van egy ilyenem:
> 
> <Location />
>   AuthType Basic
>   ... szokasos authos opciok ...
> </Location>
> 
> A cel az lenne, hogy egyedul a /download folderre ne kerjen jelszot
> a kliestol, minden mashova igen. 

<Location /download>
        Order allow,deny
        Allow from all
        Satisfy any
</Location>

Hmm?

Gabor

-- 
     ---------------------------------------------------------
     MTA SZTAKI Computer and Automation Research Institute
                Hungarian Academy of Sciences
     ---------------------------------------------------------
_________________________________________________
linux lista      -      linux@mlf.linux.rulez.org
http://mlf2.linux.rulez.org/mailman/listinfo/linux

válasz