[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[no subject]
The way I see it you set up the <Diretory> or .htaccess file to
require passwords and then add the lines : allow from ip or range,
and
satisfy any. this would require passwords if the ip in the allow from
does not match.
The example from the book:
<usual auth setup (realm, files etc)>
require valid-user
Satisfy any
order deny, allow
allow from 1.2.3.4
deny from all
They don't show the password file information, but I belive if must be
there as well.
In case you a wondering this information is from the book "Apache
The
Definitive Guide" by Ben Laurie and Peter Laurie, published by
O'Reilly. The information on the Satisfy directive can be found on
page 108.
Jerry R. Keene
Senior Systems Analyst
SCS ENGINEERS
Partners With EPA Through The Landfill Methane Outreach Program
Phone: 703.471.6150
Fax: 703.471.6676
http://www.scseng.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]