On Mon, 2003-02-24 at 14:23, [EMAIL PROTECTED] wrote: > The HTTP server correctly responds to all loopback requests i.e. > http://127.0.0.1:8080/MyContext/etc > but will not respond to requests made from another machine on the same > sub-net i.e. > http://192.168.1.127:8080/MyContext/etc > it also does not respond to http://localhost:8080 requests on the same machine
Oh, yeah, it's a problem that the server isn't binding to all interfaces. I guess on line 492 of NewThreadedAppServer.py, you could change '127.0.0.1' to '', I *think* '' makes it bind to all interfaces. But I'm not sure. I'll turn these into settings soon. -- Ian Bicking [EMAIL PROTECTED] http://colorstudy.com 4869 N. Talman Ave., Chicago, IL 60625 / 773-275-7241 "There is no flag large enough to cover the shame of killing innocent people" -- Howard Zinn ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss