Closed GoogleCodeExporter closed 8 years ago
port 80 is a privileged port. To use it, a program must be started as root.
Alternatively, you can start mongoose on some un-privileged port like 8080 and
add a firewall rule like this:
ipfw add fwd 127.0.0.1,8080 tcp from any to me 80
Original comment by valenok
on 21 Dec 2013 at 7:19
Original issue reported on code.google.com by
vitalyx
on 21 Dec 2013 at 4:07