[ python-Bugs-985651 ] BaseHTTPServer to take host from cmdline?

SourceForge.net noreply at sourceforge.net
Tue Jul 6 01:30:27 CEST 2004


Bugs item #985651, was opened at 2004-07-05 23:29
Message generated for change (Settings changed) made by tlynn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=985651&group_id=5470

Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
>Priority: 2
Submitted By: Tom Lynn (tlynn)
Assigned to: Nobody/Anonymous (nobody)
Summary: BaseHTTPServer to take host from cmdline?

Initial Comment:
BaseHTTPServer.py can be run from the command line, in
which case it takes its port from the command line but
it assumes the hostname is empty.  My grasp of these
things is poor, but  my understanding is that empty
hostname implies not externally visible.  Shouldn't it
be possible to supply the hostname on the command line
too (even if the above belief is incorrect)?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=985651&group_id=5470


More information about the Python-bugs-list mailing list