Justin Erenkrantz wrote:
--On Tuesday, March 8, 2005 9:38 PM +0200 Eli Marmor <[EMAIL PROTECTED]> wrote:

It depends if you need it only for the server configuration, or for
dir_config;
In the latter case, you don't have another choice, you just NEED the +-


Actually, cache can't respect any dir config's (because it is a quick handler) so Joshua is right - we shouldn't follow the +-. -- justin

I don't think it matters anyway. Note that AllowOverride handles dir configs. All the +/- syntax buys you is being able to write


Directive Foo Bar Baz
<Directory /foo>
Directive -Bar +Boo
</Directory>

Instead of
Directive Foo Bar Baz
<Directory /foo>
Directive Foo Baz Boo
</Directory>

Joshua.

Reply via email to