Bypass module for INETS

Vladimir Sekissov svg@REDACTED
Thu Jun 21 18:33:44 CEST 2001


Kenneth.Browne> To cut a long story short:
Kenneth.Browne> I just want to have 1 login box which will allow me to login to both servers ?????

I think there are many ways.

1. Use mod_perl or mod_tcl etc ... to pass authentication request to
INET server and process its response:

+------+ HTML Form +------------------+ HTML Form +-------+
|      |---------->|                  |---------->|       |
|Client|  Response | Apache(mod_perl) | Response  |  INET |
|      |<----------|                  |<----------|       |
+------+           +------------------+           +-------+

2. You can use mod_corba(http://www.netrinsics.com/Mod_Corba.html)
and Erlang CORBA services to control Apache authentication phase.

Regards,

Vladimir Sekissov



More information about the erlang-questions mailing list