MOO-Cows

moo-cows Topic: Xpress httpd was Re: Is there a decrypt?

Article #1089
Subject: Xpress httpd was Re: Is there a decrypt?
Author: Mark O'Neil
Posted: 3/16/2001 01:59:18 PM

Thanks to all for their opins and ideas regarding the crypt/decrypt.

This is not something that I was going to apply to passwords so I wasn't too
concerned with that.

I am trying to find the httpd bits for the http daemon that is used in
Xpress (lingua.utdallas.edu). Specifically I need to get at the requesting
clients IP. Like PERL's %ENV{'REMOTE_ADDR'}.

Anyone been there and able to point the direction?

Thanks,
-m


Responses:

Article #1090
Subject: Re: Xpress httpd was Re: Is there a decrypt?
Author: Chris Jones
Posted: 3/16/2001 02:04:51 PM

On Fri, 16 Mar 2001, Mark O'Neil wrote:
> I am trying to find the httpd bits for the http daemon that is used in
> Xpress (lingua.utdallas.edu). Specifically I need to get at the requesting
> clients IP. Like PERL's %ENV{'REMOTE_ADDR'}.
>
> Anyone been there and able to point the direction?

        I haven't used Xpress's httpd, but if it's passing a connection
object to you, you should be able to run connection_name (see MOO-cows
passim <g>) on it.  If you don't have a directly usable <player> variable,
you might be able to work backwards to something that does (look for
notify()'s in the httpd) and work from there.



MOO-Cows Home