I am having an issue calling the rest API on our server. When we call /rest/anything we get a 404. Realizing that we are using ajp to route to the back end on port 8009 I created proxypass call for it as well:
+ ProxyPass /rest/ ajp://localhost:8009/rest/
+ ProxyPassReverse /rest/ ajp://localhost:8009/rest/
This however did not work. What am I missing here.
Hi,
did you map Confluence directly to root eg. http://myconfluenceserver.xyz opens Confluence?
Best
JP
No, we map confluence directly to confluence.
ProxyPass /confluence/ ajp://localhost:8009/confluence/
ProxyPassReverse /confluence/ ajp://localhost:8009/confluence/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No you don’t map to root & you don’t need any Rest settings on your proxy.
use: /confluence/rest/...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.