Again, without seeing your specific configs, it's hard to say, but I'm
fairly confident that your Location value there is not valid. Looking at
the Apache documentation [1] for that directive, we can read: The
directive limits the scope of the enclosed directives by URL.
ISo unless your URL contains the path /dispatcher, we would not expect
anything in this directive to apply to your requests. You might want to
try something like instead. [1]
https://httpd.apache.org/docs/current/mod/core.html...