|
|
|
|
|
by homebrewer
482 days ago
|
|
It's really best to avoid running web servers as root. It's easy to forward the port 80 with iptables, change the kernel knob to let unprivileged users use port 80 and above, or set the network capability on the binary. https://stackoverflow.com/questions/413807/ |
|