[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717666: apache2: Internal Server Error when using an option that doesn't change anything



On 2013-08-28 22:43:38 +0000, Jean-Michel Vourgère wrote:
> I believe this is the expected behavior:
> 
> I suppose your error.log contains something like :
> "/home/xxx/public_html/.htaccess: Option MultiViews not allowed here"
> 
> Tuning Multiview option is forbidden inside an .htaccess unless you explicitly
> allow it.

But my point is that this rule is too strict because MultiViews was
already enabled in the userdir config file under /etc.

> This can be fixed by changing:
> AllowOverride FileInfo AuthConfig Limit Indexes
> into
> AllowOverride FileInfo AuthConfig Limit Indexes Options=MultiViews

IMHO, Options=MultiViews should just mean that the user is allowed
to change the MultiViews status. But if the user doesn't change it,
Options=MultiViews shouldn't be needed. Indeed there's no harm if
the user uses an option that has no effect (because already set
in the same context under /etc).

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


Reply to: