On May 7, 2010, at 6:22 PM, Evgeny Morozov wrote: > >> You don't have "CosignProtected On" for /private.php. The Location >> containers don't inherit the settings from your Directory container. >> > It is very strange. I thought inherition is always enabled.
It would be if you put "CosignProtected On" in the vhost context instead of the <Directory> container. > Then how should I use AllowPublicAccess directive? Should I always have > CosignProtected, CosignService and other in every case I want to change > access permissions for a single file or location? Take a look at Edinburgh's description of it, here: https://wiki.inf.ed.ac.uk/DICE/CosignClientBehaviour Most of the time you don't want AllowPublicAccess. It's there for optional availability of REMOTE_USER, so, for instance, a web app could show customized information for an authenticated user and general information to anonymous users. andrew ------------------------------------------------------------------------------ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
