Negotiation Errors on the Dispatcher | Community
Skip to main content
Jordan_Sheen
Adobe Employee
Adobe Employee
August 11, 2023

Negotiation Errors on the Dispatcher

  • August 11, 2023
  • 1 reply
  • 763 views

If you have ever seen this in the httpd log:

 

[negotiation:error] ... AH00687: Negotiation: discovered file(s) matching request: /mnt/var/www/html/content/... (None could be negotiated)., referer: ...

 

It means that there is some conflict between file handlers in Apache. This could result in the site serving 404 errors until the cache is flushed, allowing the dispatcher handler to be able to correctly manage the content. 

Check and see if mod_negotiation is being used, or if the MultiViews option has been added to the vhost. If it's removed, the dispatcher caching should function correctly.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
Community Advisor
August 14, 2023

Thanks for sharing @jordan_sheen .

Arun Patidar