A python webserver can be a pretty short file [fragments], but an interesting tidbit on linux (and Darwin):
From [here]:
socket.error:(13,'Permission denied')
Another implementation of a webserver [aspn cookbook]
From [here]:
If you are trying to run a server on a port < 1024 on linux, you need toOtherwise you will get
be root (they are "priviledged ports").
socket.error:(13,'Permission denied')
Another implementation of a webserver [aspn cookbook]
Comments
Post a Comment