On Thu, Mar 10, 2016 at 03:26:28PM -0500, Marc Kaufmann wrote:
> In case you are wondering why I start the server with root privileges, it
> seems that I need those to listen to ports 80 and 443.
On Linux, you can use setcap to enable specific executable to bind low
ports even when running as non-root.
You could run `setcap 'cap_net_bind_service=+ep' /path/to/racket`.

For more details:
https://stackoverflow.com/questions/413807/is-there-a-way-for-non-root-processes-to-bind-to-privileged-ports-1024-on-l

--
William J. Bowman

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to