On Sun, Dec 29, 2002 at 11:58:07AM +0000, David R. Newman wrote: > I will try as you suggest. However, /var/www/blobs and all its > contents are owned by apache:apache on my system, so that is > unlikely to be the problem.
True. > In any case, if Apache couldn't even > read the files, putting <Directory and <Files directives in the > configuration files should not have made any difference. Also true. The odd thing is, for me, that my rootfile lives in `apxs -q LIBEXECDIR` (as per default install), and the directories and the rootfile itself are root-owned. I have no Directory or Files directives in place to specifically allow access to that directory. I always thought that if a module specifically sets r->filename, Apache would 'trust its judgement' and just allow it, but your situation seems to contradict it. > Does the order in which mod_midgard and mod_auth are loaded make > any difference? I don't think mod_auth comes into play here... it's more likely to be mod_access. Anyhow, ordering wouldn't matter, I think, because midgard acts in phase 2, and mod_access in phase 4, so it's always going to be active after midgard. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
