Bugs item #655427, was opened at 2002-12-17 15:34
Message generated for change (Settings changed) made by ianbicking
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=655427&group_id=4866
Category: WebKit
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peter Kropf (peterk)
Assigned to: Nobody/Anonymous (nobody)
Summary: NewThreadedAppServer & http address
Initial Comment:
In WebKit/NewThreadedAppServer.py if it's going to
start an http server, it always uses 127.0.0.1 as the
address. This causes grief when attempting to connect
to the server from systems on the network, especially if
there is more than 1 nic. Changing the '127.0.0.1' to
server.address()[0] will bind to the address that's used
for the AppServer.
In addition, it would be good to add configuration
information to AppServer.config to specify which
address and port are to be used.
BTW if you add me as a developer to the project, I'll be
glad to fix the code. Or I can send in a patch...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=655427&group_id=4866
|