Bugs item #655427, was opened at 2002-12-17 13:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=655427&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
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:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to