Oh, how about try use nginx or other reverse proxy? Start slave in xxx, and config nginx proxy 80 request to that port.
On Fri, Sep 4, 2015 at 4:26 PM, Eren Güven <[email protected]> wrote: > Not quite. What I'd like is UI reporting port 80 without having to run > mesos-slave on port 80. But from what I can see, this is not possible. > Thanks anyways. > > On 3 September 2015 at 12:34, haosdent <[email protected]> wrote: > >> Does "--port" not satisfy your requirements? If you want to use nginx to >> reverse porxy http requests, this port is also support. >> >> On Thu, Sep 3, 2015 at 6:19 PM, Eren Güven <[email protected]> wrote: >> >>> Hello, >>> >>> is it possible to have mesos-slaves report a separate port for mesos UI >>> independent of the slave `--port` configuration? This would make >>> reverse-proxying more flexible. >>> >>> Appending a port to /etc/mesos-slave/hostname does not work as >>> slave port still gets appended. >>> >>> Cheers >>> Eren >>> >> >> >> >> -- >> Best Regards, >> Haosdent Huang >> > > -- Best Regards, Haosdent Huang

