On Mon, 17 Sep 2001, Ian Ward wrote:

> # Special dealer support area
> <Location  /support/dealer>
> Options Indexes FollowSymLinks
> AllowOverride   Limit
> AuthName        dealer
> AuthType        Basic
> AuthUserFile    /etc/httpd/security/dealer.passwd
> AuthGroupFile   /etc/httpd/security/dealer.group
> <Limit GET POST>
> require valid-user
> </Limit>
> </Location>
> 
> I don't seem to be able to mix access methods, I would like the intranet
> people from the 192.168.0.0/8 to have access without being prompted for a
> username password.
> 
> How can I mix the above method with the more common method of:

How about making a symlink from /support/dealer to another directory,
and then specify the different access control for the symlink?

_____________________________________________
Rick Welykochy || Praxis Services Pty Limited

"If every copy sold of Windows 95 crashes an average of once per day, and Bill Gates
 Gates were charged $1 per crash, his fortune would last less than a year."


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to