python - WSGI Exception - Port block -


i should go server fault this, don't know how spell problem, seems port 80 on machine(xubuntu 9.10) blocked something, clue i've got this:

django version 1.2.3, using settings 'settings' development server running @ http://0.0.0.0:80/ quit server control-c. error: don't have permission access port. 

maybe tripped on similar in past?

"error: don't have permission access port"

that's bottom line. don't have access.

port 80 requires privileged process apache. built-in server django not privileged , should not used development.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -