document address already in use error
This commit is contained in:
parent
9fe21310bb
commit
2e10fc24a1
4 changed files with 56 additions and 0 deletions
|
|
@ -83,6 +83,11 @@ deployment options see :doc:`deploying/index`.
|
|||
Now head over to http://127.0.0.1:5000/, and you should see your hello
|
||||
world greeting.
|
||||
|
||||
If another program is already using port 5000, you'll see
|
||||
``OSError: [Errno 98]`` or ``OSError: [WinError 10013]`` when the
|
||||
server tries to start. See :ref:`address-already-in-use` for how to
|
||||
handle that.
|
||||
|
||||
.. _public-server:
|
||||
|
||||
.. admonition:: Externally Visible Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue