Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

what port does the confluence rest API run on?

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.

2 answers

1 accepted

0 votes
Answer accepted
JP _AC Bielefeld Leader_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 2, 2019

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/

JP _AC Bielefeld Leader_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 2, 2019

No you don’t map to root & you don’t need any Rest settings on your proxy.

use: /confluence/rest/...

0 votes

missreplied

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events