Hi Norman,
If you want to hide the port of your dns, you can achieve this by using Apache ModJK or Apache ModProxy. If you want to change the port number, you can achieve this by navigating to <confluence-install>/conf/server.xml under Connector part. Some web hosting if you point the port to 80, all the default http request will redirect to that port. For more information regarding this, you can refer to the following documentation.
* http://confluence.atlassian.com/display/DOC/Configuring+the+Server+Base+URL
* http://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_proxy
* http://confluence.atlassian.com/display/DOC/Using+Apache+with+mod_jk
If you want to change the DNS itself you may need to contact your System Administrator to change it for you.
Best regards,
Josua
I think the link http://confluence.atlassian.com/display/DOC/Configuring+the+Server+Base+URL is used to configure the base url for confluence. I guess you need to use the Apache mod_jk2 module. It intercepts Apache requests to certain URLs and forwards them to your Servlet engine.
Just have a look at this link, you may find it useful -http://confluence.atlassian.com/display/DISC/Connect+using+Apache+mod_jk2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norman,
you should ask your system administrator to change the dns name for confluence. After this, you should change the confluence server base url as described here: http://confluence.atlassian.com/display/DOC/Configuring+the+Server+Base+URL
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably not change as I guess you already run jira on it, instead create an additional CNAME record.
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.