Re: [users@httpd] some questions on inheritance/section merging

2011-12-27 Thread Eric Covener
I'd suggest http://httpd.apache.org/docs/2.2/sections.html + "try it and see". - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

[users@httpd] some questions on inheritance/section merging

2011-12-27 Thread Christoph Anton Mitterer
Hi... When I have e.g. Options none AllowOverride none Satisfy all Order allow,deny Deny from all and I make a subdir with just: Allow from all 1) Then all of: Options none AllowOverride none Satisfy all Order