You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
[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>
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
https://confluence.atlassian.com/bitbucketserver/bitbucket-server-config-properties-776640155.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Announced in this blog, this holiday season we’re celebrating all things CI/CD and between now and the end of 2019 we’ll be showcasing content, use cases, feature announcements and more. One featur...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.