I want to use the address http://confluence.mycompany.com instead default http://localhost:8090.
I do:
And after restart if I go to http://localhost:8090, i get :
Your URL doesn't match
Confluence's base URL is set to http://confluence.mycompany.com but you are accessing Confluence from http://localhost:8090.
Update base URL
If i go to http://confluence.mycompany.com, i get:
Explanation: The Web server refused the connection.
Try the following:
If you are still not able to view the requested page, try contacting your administrator or Helpdesk.
Technical Information (for support personnel)
what is the problem?
How can i do this?
Your network is not routing the request http://confluence.mycompany.com to Confluence.
This could be DNS, routing, (I would mention firewalls, but the error is not a block, it's a "not serving", so we know the request is landing somewhere), or that the server you are contacting is not serving pages where you have ended up.
Easiest test is to specify the right port - try http://confluence.mycompany.com:8090 - what does that say?
If I try to enter http://confluence.mycompany.com:8090 I can log in and receive a notification:
Your URL doesn't match
Confluence's base URL is set to http://confluence.soglasie.ru but you are accessing Confluence from http://confluence.soglasie.ru:8090.
Tell me please what it means?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good. It means your network is routing correctly, and the server is running Confluence as expected.
I assume you really want to change the port number of 8090 so you don't have to have it in the url. To do that, you need to make the server listen on port 80. Almost all software (i.e. browsers) assume that if you don't specify a port in a url, then they should use the default one invisibly. That's port 80 for http.
So, you need to relocate it from 8090 to 80. You can do that in the Tomcat running Confluence, or you can run Confluence through a proxy. Most people use proxies because they have other advantages like caching, easier setup and security, and being able to make many services work together to look like one, but you might not need any of that.
Are you going to want to do this with Tomcat, or a proxy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's certainly easier on the most part.
Next question is which proxy. Most people I work with use Apache, and that's the one I'm most familiar with (I worked with a couple of the guys who wrote it!), but you can use any one that has a "proxy" function. Apache, IIS, nginx, lighttpd and so-on can all do it. You should choose one that you're most familiar with.
Atlassian has good docs on rigging up Apache, IIS and nginx as a proxy for their services.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apache need to install and configure on the server on which it is installed Confluence?
Apache can disrupt the work of the already existing proxy-server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, the proxy can be on any server that can see the Confluence server, and the DNS resolves to that proxy.
It will conflict with existing proxies if it is on the same server as the proxies, unless you configure them to listen on different ports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That I need to order administrators to ensure that the existing proxy server correctly worked with http://confluence.soglasie.ru without port 8090?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am sorry, I do not understand the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Our administrators should enable forwarding on the proxy server with http: //confluence.soglasie.ru on http: //confluence.soglasie.ru: 8090?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. They should proxy <your server name>:8090 to http: //confluence.soglasie.ru
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please take a look at
https://confluence.atlassian.com/conf59/using-apache-with-mod_proxy-792499652.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.