Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can i fix this with reverse proxy

KIeran Slayers3.0
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 28, 2021
[Fri Jan 29 00:16:31.883819 2021] [core:notice] [pid 22398] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jan 29 00:16:39.953749 2021] [proxy:error] [pid 22399] (111)Connection refused: AH00957: HTTP: attempt to connect to x.x.x.x:8084 (ns2.gothammc.net) failed
[Fri Jan 29 00:16:39.953863 2021] [proxy_http:error] [pid 22399] [client 141.101.98.189:51026] AH01114: HTTP: failed to make connection to backend: ns2.gothammc.net
[Fri Jan 29 00:16:40.299064 2021] [proxy:error] [pid 22403] (111)Connection refused: AH00957: HTTP: attempt to connect to x.x.x.x:8084 (ns2.gothammc.net) failed
[Fri Jan 29 00:16:40.299219 2021] [proxy_http:error] [pid 22403] [client 141.101.98.25:42186] AH01114: HTTP: failed to make connection to backend: ns2.gothammc.net, referer: https://git.gothammc.net/


That what i get from my apache2
here is my apache12 config
<VirtualHost *:443>
ServerName git.gothammc.net

ProxyRequests Off

<Proxy>
Require all granted
</Proxy>

ProxyPass / http://ns2.gothammc.net:8084/
ProxyPassReverse / http://git.gothammc.net:8084/

SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/git.gothammc.net/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/git.gothammc.net/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/git.gothammc.net/chain.pem
</VirtualHost>

<VirtualHost *:80>
ServerName git.gothammc.net
Redirect Permanent / https://git.gothammc.net/
</VirtualHost>

 

1 answer

0 votes
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2021

Hi @KIeran Slayers3.0 

Please confirm the following, your server is reachable via http://git.gothammc.net:8084 ?

Thanks

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2021

FYI,

You have done the changes to bitbucket.properties to include proxy information right ?

Please follow the guide to make necessary changes to bitbucket.properties file to include proxy information

server.port
server.proxy-name
server.proxy-port
server.redirect-port

https://confluence.atlassian.com/bitbucketserver/bitbucket-server-config-properties-776640155.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events