Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-30 Thread Matthieu Moy
t; directive could be problematic, but not how a can >> be so. > > The directives from mod_authz_host, like Order/Allow/Deny, are not > merged from one configuration section to another. > > They're replaced. Thanks a lot

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-26 Thread Matthieu Moy
Noel Butler writes: > On Mon, 2012-04-23 at 09:04 +0200, Matthieu Moy wrote: > > Noel Butler writes: > > > Right, so have you changed it to Directory and does it now work? > > I tried , and it did not work. - > > You definitely have somethin

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-23 Thread Matthieu Moy
Noel Butler writes: > Right, so have you changed it to Directory and does it now work? I tried , and it did not work. Anyway, the "RewriteRule . - [F]" did work in the same place, so the / are taken into account, it's really about the "Deny from all". Thanks an

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-20 Thread Matthieu Moy
Noel Butler writes: > On Wed, 2012-04-18 at 10:07 +0200, Matthieu Moy wrote: > > I tried the following: > > > Order deny,allow > Deny from all > #RewriteEngine On > #RewriteRule . - [F] > > > It should work, but unless t

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-19 Thread Matthieu Moy
Matthieu Moy writes: >> You might also add >> >> AllowOverride None > > I'll try that I did try, and it did not change the problem. Deny directives are still ignored. -- Matthieu Moy ht

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-18 Thread Matthieu Moy
to say that I do have a test virtualhost on which I have the problem, so while breaking the whole configuration isn't an option, I can try changing the configuration of this one). -- Matthieu Moy http://www-verimag.imag.fr/~moy/ --

[users@httpd] "Deny" directives silently ignored in config files

2012-04-18 Thread Matthieu Moy
cumentRoot. I saw nothing in the logs. access.log shows normal accesses (i.e. code 200), and error.log does not change while accessing the pages to be denied. "apachectl graceful" does not display any warning. Any idea on what's going on? Where to look for the error? Thank you very m