(network.c.300) can't bind to port: 80 permission denied

hi all
when i starting my lighttpd:

(network.c.300) can’t bind to port: 80 permission denied

have you met this issue?
any advise?

regards

Hey Joe,

Ports < 1024(?) are restricted (I gather you’re on some unix flavour)

You’ll have to run as root, or “sudo script/server” and enter the
root password.

Jodi