Compile error on http-server example #2167
-
I am trying to compile the http-server example and it fails to establish a listener on port 80. I have tried both suggested configuration statements with the same results and I have confirmed that port 80 is open in the firewall as you can see below. Does anyone have any suggestions on what to try next? `e9-admin@cellp-ubuntu-s-1vcpu-1gb-amd-nyc1-01:~/mongoose/examples/http-server$ sudo ufw statusStatus: active To Action From `
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@schilton port 80 is a privileged port, you need to be root to open it. Either become root, or use ports > 1024. |
Beta Was this translation helpful? Give feedback.
-
Thanks Sergey, I forgot about that.
[image]
Scott Chilton
e: ***@***.******@***.***) t:[903.521.3100](tel:209035213100) f:[877.532.7413](tel:208775327413)
Sent with [Proton Mail](https://proton.me/) secure email.
…------- Original Message -------
On Wednesday, April 26th, 2023 at 11:13 AM, Sergey Lyubka ***@***.***> wrote:
***@***.***(https://github.com/schilton) port 80 is a privileged port, you need to be root to open it. Either become root, or use ports > 1024.
—
Reply to this email directly, [view it on GitHub](#2167 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAOLPZKVU6HAGDTET7QUIVTXDFCTTANCNFSM6AAAAAAXMS3U3Y).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
@schilton port 80 is a privileged port, you need to be root to open it. Either become root, or use ports > 1024.