WSGI异常 - 端口块

时间:2011-02-23 21:09:12

标签: python django linux

我可能应该使用这个去服务器故障,但我不知道如何准确拼写问题,我的机器上的端口80(Xubuntu 9.10)似乎被某些东西阻挡了,这是我唯一的线索是这样的:

Django version 1.2.3, using settings 'settings'
Development server is running at http://0.0.0.0:80/
Quit the server with CONTROL-C.
Error: You don't have permission to access that port.

也许有人在过去的类似事情上绊倒了?

1 个答案:

答案 0 :(得分:5)

“错误:您无权访问该端口”

这是底线。您无权访问。

端口80需要像Apache这样的特权进程。使用Django的内置服务器没有特权,不应该用于开发之外的任何东西。