Edgewall Software

Changes between Version 13 and Version 14 of Gunicorn


Ignore:
Timestamp:
Aug 15, 2017, 9:21:16 PM (7 years ago)
Author:
anonymous
Comment:

binding on 0.0.0.0 does not listen on 127.0.0.1

Legend:

Unmodified
Added
Removed
Modified
  • Gunicorn

    v13 v14  
    3636$> gunicorn -w2 tracwsgi:application -b 0.0.0.0:8000
    37372011-03-04 13:21:10 [14900] [INFO] Starting gunicorn 0.12.0
    38 2011-03-04 13:21:10 [14900] [INFO] Listening at: http://127.0.0.1:8000 (14900)
     382011-03-04 13:21:10 [14900] [INFO] Listening at: http://0.0.0.0:8000 (14900)
    39392011-03-04 13:21:10 [14901] [INFO] Booting worker with pid: 14901
    40402011-03-04 13:21:10 [14902] [INFO] Booting worker with pid: 14902