You cannot run a process that listens on low ports (below 1024) without root privileges.
You either try to run as
sudo
, as stated above, or start to use a reverse proxy (nginx for instance), start the process on another port and use the reverse proxy to forward the calls from port 80
to whatever port you started the process on.
Không có nhận xét nào:
Đăng nhận xét