Our website would like to use cookies to store information on your computer. You may delete and block all cookies from this site, but parts of the site will not work as a result. Find out more about how we use cookies.

Login or Register

Powered by
Powered by Novacaster
 
Configure and cache
by Simon at 09:39 22/08/03 (Blogs::Nic)
What you need is a flexible way to define and configure the necessary access control lists, coupled with a means to export and cache that information only when it's altered, so that the server can refer to the latest ACL without having to consult the database each time.

So instead of putting the images on a filesystem in something like /images/..., you need to put them on the filesystem somewhere like /images/acl_name/...

Now, this means that you may end up with multiple copies of a particular image living on the filesystem in different places, but that's what symlinks are for.
--
simon

<< A first test entry Akira Motorcycle Anyone >>
View Comments (Flat Mode) Printer Version
Secure Access To Images Nic Jackson - 22/08
    Configure and cache Simon - 22/08
       Re:Configure and cache Nic Jackson - 22/08
          I think in an Apache-like way Simon - 22/08
             Just when i convince myself wi... Nic Jackson - 22/08
    Re: Secure Access To Images David Crowson - 22/02