[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Q]: WWW authentication
abel@bfr.co.il (Alexander L. Belikoff) writes:
> I've got a question about Apache authentication configuration. There
> are a number of sripts which I want to be run only by certain people.
> After doing some reading, I came up with the following scheme:
>
Thanks to everybody who responded to the question - I've finally fixed
the problem. Although people suggested using .htaccess in the
directory in question, I got away with the following section in
access.conf:
<Directory /home/httpd/cgi-adm>
AllowOverride None
Options None
AuthType Basic
AuthName BFR Webmaster
AuthUserFile /etc/www/cgi-adm.passwd
<Limit GET POST>
require valid-user
</Limit>
</Directory>
--
Alexander L. Belikoff
Bloomberg LP / BFM Financial Research Ltd.
abel@bfr.co.il