Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×hi,
i need jira can be accessed via http://127.0.0.1
if i re-install the jira with port 80, does it mean jira can be visited from http://127.0.0.1?
thanks in advance.
i re-install the jira on port 80. it auto blinded port 80.
type in http://127.0.0.1 can access the jira.
Basic networking. When a program says "I want to talk to a system over the network", they ALL need to know what port to talk on.
Coders make this easier - first, we've got generalised standards for the usage of ports, and secondly, we use those standards when writing applications. In this case, port 80 is the standard port for http connections, and browsers are mostly coded to try port 80 for http if they are not given one by the user.
So you don't need to do anything. Unless you've really messed up your browser settings, or you're deliberately using one that doesn't try the standards, you'll find http://127.0.0.1 and http://127.0.0.1:80 behave exactly the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.