I would like to ask how to bind the port 80 so that user can only type the hostname in URL. I assume Bitbucket is running as root because installation process says that it has to run as root in order to create Bitbucket as service. I have 2 answers from Bitbucket support engineer, but none of them worked. The answers are,
#1 is only one change and it doesn't work. Port 80 Anything has to be done besides changing
For #2, there are several steps to follow, but I didn't understand a couple of steps.
After following the steps, I restarted apache and went to Bitbucket URL. But I didn't get connected with the error like "proxy locahost:7990 .." What needed to be done?
Thanks for your help in advance.
Neither of these are readily supported by Atlassian unfortunately because they are considered external systems.
Indeed, the difficulty in using port 80 is that most operating systems don't allow most applications to run on port 80 unless they are root (and you shouldn't always run applications as root as a rule of thumb). This is an example of the OS being an external system impacting your desired function.
Further, the difficulty in setting up a proxy is that then you are using another webserver to run on port 80. This means you must first configure the webserver and then configure your own application to proxy the data. This again is an external system of which you can choose anything and Atlassian has no control over.
So the use-case is:
Problem – "I want to be able to access Bitbucket without specifying a port."
Solution – Serve the content on port 80 for HTTP requests or 443 for HTTPS requests.
Possible implementations:
Helpful documentation:
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.