Menu

Restricting hosts?

Help
2003-11-17
2003-12-09
  • Mike Baranczak

    Mike Baranczak - 2003-11-17

    I need to tell the server to only accept connections from localhost (or possibly others). Is there a way to do that without patching the library code? If not, which part of the code would I have to modify? (I'm using the CVS sources).

     
    • Paul S R Chisholm

      > I need to tell the server to only accept connections from
      > localhost (or possibly others).... which part of the code
      > would I have to modify?

      That was discussed earlier, here:
          http://sourceforge.net/forum/message.php?msg_id=2079815
      and drew a deafening silence in response.

      To implement this, I changed the .h and .cpp files XmlRpcServer
      and XmlRpcSocket, plus test/HelloServer.cpp to verify the
      change.

      I've been meaning to submitting this as a patch. Let me go
      through the internal paperwork and do that.  --PSRC

       
    • Paul S R Chisholm

       

Log in to post a comment.