AH00687 error in my logs (Negotiation-fault)

Since any day i see this error in my error-logs:

I have no idea how these came about, because I cannot imagine that I have changed something that has to do with it.
The first thing what i can imagine is a update of Direct Admin tot the newest version. Before i don't see this errors.
I'm using MultiViews.

Maybe not unneccesary...
In this problem everything in my PHP-files with
header("404 Not Found"); will be replaced with a Apache error:

Not Found

The requested URL /page.php/blahblah was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

The errors are:
[Sun Mar 17 19:08:22.222716 2019] [negotiation:error] [pid 10722:tid 140590142437120] [client 80.101.***.***:54299] AH00687: Negotiation: discovered file(s) matching request: /home/my_username/domains/site.com/public_html/http_status_code (None could be negotiated)., referer: http://www.site.com/news/7668

[Sun Mar 17 19:08:22.230778 2019] [core:error] [pid 10722:tid 140590089987840] [client 80.101.**.**:54298] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://www.site.com/news/7668
How do this error came without any configuration change? :S

I've found this: https://serverfault.com/questions/372733/apache-file-negotiation-failed
But i don;t have an idea whether that also has to do with this.
 
Last edited:
Back
Top