Ghosts of Unix past, part 3: Unfixable designs
Ghosts of Unix past, part 3: Unfixable designs
Posted Nov 16, 2010 21:21 UTC (Tue) by dlang (guest, #313)In reply to: Ghosts of Unix past, part 3: Unfixable designs by alvieboy
Parent article: Ghosts of Unix past, part 3: Unfixable designs
under the covers, .htaccess files are not just access control files, they can contain any config options that can be in an apache config file, they just apply to that directory and it's subdirectories, discovered per-hit.
so yes, they are horribly inefficient
in terms of caching the combined contraints, that seems hard in the face of directories being moved around.
there's also the issue of the interaction with links and finguring out the 'true' path to a file.
