PDA

View Full Version : "Context Access Control" in vhost security section


ts77
03-13-2005, 08:34 AM
Hi there,

I'm trying to implement this configuration:
/ allowed only to subnet 192.168.*
/dir allowed to everyone.

Therefore I've set the vhost to disallow everyone beside the given IP-network and tried to setup a "context" on dir to allow everyone access to this directory.

In this section I read:
"Additional access control can be specified for a context. It is only effective when "Context Access Control" is enabled in virtual host security section."

But I can't find that switch in the security-section of the vhost-configuration.
Am I blind?

Lauren
03-13-2005, 07:47 PM
Hi,

You need to set up two context in this case: one for "/", set access control to only allow 192.168.*; one for /dir to allow everyone.

"Additional access control can be specified for a context. It is only effective when "Context Access Control" is enabled in virtual host security section."
This has been removed, need to update the document, thanks for pointing out. We figured people may forget to set up in two places. as long as access control is specified for a context, it will be effective.

Lauren

ts77
03-14-2005, 02:19 AM
Thanks, that worked.