Bitbucket 5.16 with Https connection over apache 2.4

phaniraju October 24, 2019

I am trying to setup BitBucket 5.16 over https connection with apache 2.4 under same host, Could some one please help me here.

 

Below are the details given under the respective files, please have a look and post your points

 

httpd-ssl.conf

----------------

ProxyPass /bitbucket http://mybitbucket.com:7990/bitbucket

ProxyPassReverse /bitbucket http://mybitbucket.com:7990/bitbucket

SSLEngine on

SSLCertificateFile /apps/apache2.4.41/conf/apache_SSL/apache.crt

SSLCertificateKeyFile /apps/apache2.4.41/conf/apache_SSL/apache.key

DocumentRoot "/apps/apache2.4.41/htdocs"

ServerName mybitbucket.com:443

ServerAdmin you@example.com

ErrorLog "/apps/apache2.4.41/logs/error_log"

TransferLog "/apps/apache2.4.41/logs/access_log"

 

httpd.conf

-----------

LoadModule proxy_module modules/mod_proxy.so

LoadModule ssl_module modules/mod_ssl.so

 

Bitbucket.propertices: under $Bitbucket_Home/application-data/bitbucket/shared/config

server.port=7990

server.secure=false

server.scheme=http

server.proxy-port=80

server.redirect-port=80

server.proxy-name=mybitbucket.com

server.context-path=/bitbucket

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events