[Mplayer-users] offtopic but mplayer :)

Steve Stavropoulos steve at math.upatras.gr
Sat Sep 29 01:03:25 CEST 2001


On Fri, 28 Sep 2001, Arpi wrote:

> Hi,
>
> Is there an apache expert here?
>
> How can I limit the access to a given dir (and its subdirs and files)
> to a given host?
>

<Directory /home/httpd/html/cvs>
AllowOverride AuthConfig
order allow,deny
allow from all
deny from .bad_bot.something.com
deny from all
</Directory>


_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mplayer-users



More information about the MPlayer-users mailing list