Categories
Debian allow user to use port 80
Tell me how in Debian (testing) to allow a user (not root) to use the 80th port? I want to run web-server thin on port 80 with normal user rights.
Answer the question
In order to leave comments, you need to log in
setcap 'cap_net_bind_service=+ep' /path/to/program works on kernels >=2.6.24
setcap 'cap_net_bind_service=+ep' /path/to/program
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question