« Return to Thread: How to change public address

Re: How to change public address

by Yoav Landman :: Rate this Message:

Reply to Author | View in Thread

Hi,

How do you proxy the requests from B to A? If you are using HTTPD + mod_proxy, you need to make sure the original host is preserved on the request (http://wiki.jfrog.org/confluence/display/RTF/Running+Behind+Apache+HTTPD).
You can also verify that the original host is preserved by checking that the simple artifact browsing links are correctly pointing at URLs on B.

HTH,

Yoav

On Wed, Jul 1, 2009 at 11:36 AM, HugoPalma <hugo.m.palma@...> wrote:

I have artifactory installed on host A on port 8081 but the service is
available to the outside world through host B on port 80. So the public url
to access it is http://B/artifactory.

The problem is that all maven spinets that artifactory generates for
inclusion are using the http://A:8081/artifactory url.
So, is there a way i can configure artifactory to use a different host and
port ?

Thanks.
--
View this message in context: http://www.nabble.com/How-to-change-public-address-tp24286170p24286170.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users


------------------------------------------------------------------------------

_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

 « Return to Thread: How to change public address