Opened 16 years ago

Closed 16 years ago

#7601 closed (invalid)

only workable on localhost:8000 by default?

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I newly updated Django to version 7825, and the problem raised.
with this version, it only work with the interface localhost by default.
if I just type manage.py runserver then it can be only access by local machine.
I have to type manage.py runserver ip:port to allow remote access.

is this means the basic rules changed? because I set up my server to run with Django and NginX with fastCGI using sock. it dosn't work right now.

Change History (1)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: invalid
Status: newclosed

The runserver command has always only started on the local interface by default. This is the documented behaviour.

Note: See TracTickets for help on using tickets.
Back to Top