I have the following MultiView LanguagePriority block:
<Directory "/mydirectory">
Options FollowSymLinks MultiViews
AllowOverride None
Require all granted
LanguagePriority en de es fr it ja ko zh_TW zh_CN
ForceLanguagePriority Prefer Fallback
</Directory>
And inside I have files with
blah.html.en
And in httpd 2.4 (specifically 2.4.12) I get a 404 for blah.html with
the following in the error log:
[Thu Mar 12 22:27:19.535024 2015] [negotiation:error] [pid 24949:tid
139915962656512] [client 10.100.232.4:50065] AH00687: Negotiation:
discovered file(s) matching request: /mydirectory/blah.html (None could
be negotiated).
In 2.2.29 the exact same block is working fine.
Did something change or is there something wrong with the 2.4 configuration?
Thanks,
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org