|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
How to change public addressI 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. |
|
|
Re: How to change public addressHi,
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:
------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: How to change public addressThe ProxyPreserveHost configuration should fix it, thanks.
Have to upgrade the apache version first though. Cheers, Hugo
|
| Free embeddable forum powered by Nabble | Forum Help |