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


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to