My fault... I am sorry.
The master accesses the slave with 'post' requests.
Basically a command line program sends a post request from the master to the
slave, which instructs the slave to run some scripts... The scripts create
files, which I would like to transfer back to the master and terminate the
user's connection with the slave...
I am not sure if all these are possible...

Thanks for your help

-Lia-

-----Original Message-----
From: $Bill Luebkert [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 8:53 PM
To: Schiza, Apostolia (ISS Atlanta)
Cc: perl-win32-web@listserv. ActiveState. com (E-mail)
Subject: Re: connections between master server and slave servers


"Schiza, Apostolia (ISS Atlanta)" wrote:
> 
> Hi all,
> I have a few IIS servers, from which one acts as a master server and the
> rest as slave servers.
> A web application lives on the master server. A user typically accesses
the
> web application from the master server, and the master server has to
connect
> to one of the slaves to do some work and create results. My problem is,
that
> I cannot find a way of preventing the user of getting a direct connection
> with the slave servers. In other words, I would like the slave server to
> return whatever results (that the web application required from that
server)
> to the master server, and then the user to have the capability of viewing
> the results from the master server only.

You never said how the master accesses the slaves.  There are many ways 
to prevent access to the slaves, but without knowing how you are doing 
the access, it's hard to suggest a fix.

Some possibilities include using LWP from master and using non-standard port

on slave with check for master IP.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.todbe.com/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to