On Mon, May 7, 2012 at 1:01 PM, Johan Grönqvist <johan.gronqv...@gmail.com> wrote: > This also works for local > networking, it does not matter if the request to port 80 came from the > outside or from another program running on the same machine.
Well, this is not strictly true. It is only true if the server is listening on port 80 on interface 0.0.0.0. If it is listening on interface 127.0.0.1 then it will only accept local connections; if it is listening on any other interface x.y.z.w then it will only accept connections addressed to recipient "x.y.z.w". -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org