[docs] Fix Apache reverse proxy config#3299
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3299 +/- ##
=======================================
Coverage 88.21% 88.21%
=======================================
Files 320 320
Lines 33292 33292
=======================================
Hits 29367 29367
Misses 3925 3925Continue to review full report at Codecov.
|
|
Just found that it breaks #3174. What is correct way to resolve it? Should I add one more config for CentOS/RHEL/Fedora? current one can't be working one because it doesn't match any path. So it can be only like |
|
from conversation to #3174 it looks like it wrong PR. now? |
|
Agh sorry for the mess, indeed I failed the copy-paste from my running systems. The /ws is indeed missing, that line should have been: ProxyPass /ws !, together with gets back to the prior version, that didn't work for me on Debian 9, hence motivating the prior change. Just adding the missing /ws would probably be simpler than enclosing in a (and would match what I have in production on Debian 8 and 9). If that also works for you, then I'd prefer it |
|
@gracinet what is meaning of |
|
I works, without ProxyPass /ws ! for both Debian 8 and 9, but I did not test it with the re-added That ! directive is meant to prevent proxying the given URI, and could be used at some point to dispatch between non-proxied / differently proxied nested locations. Everything looks as if its scope changed between the two Debian versions, and it started blocking also what was in <Location /ws> |
|
thanks guys! |
Uh oh!
There was an error while loading. Please reload this page.