[erlang-questions] Re: Erlang listen port

Fernando Benavides fernando.benavides@REDACTED
Sun Jan 16 20:09:26 CET 2011


You may need to use something like fdsrv.  Using jungerl sources, I've
created a project on github with that:
http://github.com/elbrujohalcon/fd_server

On Sun, Jan 16, 2011 at 12:00 PM, Alain O'Dea <alain.odea@REDACTED> wrote:

> On 2011-01-16, at 2:52, Andrew Tunnell-Jones <andrew@REDACTED> wrote:
>
> > On 16/01/2011, at 5:02 PM, shk wrote:
> >
> >>
> >> I try run it under root and it's work! How can i make that it works
> under
> >> user, without root.
> >>
> >
> > Although geared towards yaws, this page covers all of the options for
> binding to a privileged port that I'm aware of:
> >
> > http://yaws.hyber.org/privbind.yaws
>
> Thank you Andrew.  That Yaws article is generally applicable for binding
> privileged ports in any program.
>
> I like the idea of using authbind or privbind for running Zotonic on 80
> or 443.  Unfortunately I got inpatient and fell back on NAT pre-routing
> with iptables (which I learned when setting up TeamCity).  I'm going to give
> authbind and privbind another shot.
>
> Thanks again,
> Alain
>
> >
> > — Andrew
> > http://andrew.tj.id.au/
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


More information about the erlang-questions mailing list