Hi!
I need the address of the client but REMOTE-ADDR only works with mod_lisp.
Is there an easy and portable way to access the address (via KMRCL) without mod_lisp?
I'll look into it and maybe provide a patch. But if anybody has a clue where I can continue searching tomorrow that would be fine.
Regards, Stefan
On 2005-09-26 03:34:18, Stefan Scholl wrote:
Is there an easy and portable way to access the address (via KMRCL) without mod_lisp?
*TBNL-STREAM* is just a stream. Nothing more about the connection gets communicated from KRMCL to TBNL. :-(
You can provide a remote-host-checker in the MAKE-INSTANCE of the LISTENER class. This is a function which gets called with the remote address to check if you really want to connect. Some simple auth things can be implemented that way.
But there's nothing there where to hold this information.