How to set up web service by python?

Edward A. Falk falk at green.rahul.net
Sat Oct 24 15:47:21 EDT 2009


In article <7kh22qF38i285U1 at mid.uni-berlin.de>,
Diez B. Roggisch <deets at nospam.web.de> wrote:
>
>As you don't show us the code, I can only guess - but experience tells 
>me that you try & bind your service to a priviledged (<=1024) port, 
>which *nix only allows with root-privileges.

Concur.

You need root privileges to run any service on port 80.  Try using 8080
instead.
-- 
	-Ed Falk, falk at despams.r.us.com
	http://thespamdiaries.blogspot.com/



More information about the Python-list mailing list