The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Your URL doesn't match

Brayden
March 19, 2017

I am using the confluence on the port 8090. I connected wiki.pystock.net (sub-domain) to this port by using the apache2 virtual host. (/etc/apache2/apache2.conf)

 

LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
<VirtualHost *:80>
ServerName wiki.pystock.net
ProxyPass / http://localhost:8090/
ProxyPassReverse / http://localhost:8090/
</VirtualHost>

 

I also modified the conf/server.xml . The last one line is added. 

<Connector port="8090" connectionTimeout="20000" redirectPort="8443"
                maxThreads="48" minSpareThreads="10"
                enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
                protocol="org.apache.coyote.http11.Http11NioProtocol"
                proxyName="http://wiki.pystock.net" proxyPort="80"/>

 

Everything works well. But there is a message of "Your URL doesn't match". 

Is there any way to turn off the message "Your URL doesn't match" ?

As you can see, setting URL and accessing URL is same as below. 

image2017-3-20 17:37:20.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tayyab Bashir
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 20, 2017

This means that your instance is still using wiki.pystock as its base URL. 
You might have restored an xml backup in which the base URL was wiki.pystock.

You can chose to Update Base URL to rectify this.  

You can also check the base url of your instance by going into System Info (g+g system info
there you can see what's the actual base url your instance is running on.  

Brayden
March 20, 2017

Thank you for your answer. 

I checked Server Base URL as below: (View System Information in confluence)

image2017-3-21 8:56:3.png

 

I also set the same Server Base URL in the General configuration as below:

image2017-3-21 8:57:7.png

 

How can I solve this problem?

Matt Boesch
April 4, 2017

I am having the same issue after upgrading to 6.1.  Did you ever figure this out?

TAGS
AUG Leaders

Atlassian Community Events