RE: external access to intranet

2000-04-06 Thread Jonas Nordström
den 5 april 2000 23:56 > To: Jonas Nordström > Subject: Re: external access to intranet > > Jonas, > > > Why don't you use the ProxyPass directive, like Darren suggested, but > in a > virtual host. Too bad I don't have the syntax to tell you, but it

Re: external access to intranet

2000-04-05 Thread jwd
12)783-6838 > > > -Original Message- > > From: Jonas Nordstrom [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 05, 2000 10:35 AM > > To: [EMAIL PROTECTED] > > Subject: RE: external access to intranet > > > > > > Ok, but the problem is

Re: external access to intranet

2000-04-05 Thread jwd
I had exactly the same need. Only, we wanted to use SecurID for authentication. I found two alternatives and the best one for my use was not a perl module but a C module called mod_securid. Here is the URL: http://persoweb.francenet.fr/~pasty/mod_securid/ Patrick Asty has down an outstanding

Re: external access to intranet

2000-04-05 Thread Leslie Mikesell
According to James Hart: No they won't - the browser will strip the URL seen from its perspective back to the host and add the path. On the scheme Jona describes, where the host the browser sees is 'gateway_server', that would then be retranslated by the proxy into a request for the document 'myf

Re: external access to intranet

2000-04-05 Thread Mads Toftum
On Wed, Apr 05, 2000 at 03:37:23PM +0200, Jonas Nordström wrote: [SNIP] > For example, if > the HTML contains "" I want to change that to > "https://gateway_server/intranet_host/path/myfile.html>" > Actually links of that isn't a problem - the browser will think of it relative to its current pos

Re: external access to intranet

2000-04-05 Thread Mads Toftum
I've had to do something similar a while back, and ended up doing this without modperl. I might end up switching to modperl one of these days. It looks something like: - --- |SSL| -> |FW| -> |proxy.internaldom.dk| -> |somehost.int

RE: external access to intranet

2000-04-05 Thread James Hart
tml' on the intranet host 'path' - the correct intranet host would be lost. James -Original Message- From: Leslie Mikesell [mailto:[EMAIL PROTECTED]] Sent: 05 April 2000 16:19 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: external acces

Re: external access to intranet

2000-04-05 Thread Leslie Mikesell
According to [Jonas Nordstr_m]: > But doesn't that only pass on the request and then return the HTML-files > unchanged? I also want to change the links inside the HTML-bodies on the > fly, so that the users can continue to "surf the intranet". For example, if > the HTML contains "" I want to chang

RE: external access to intranet

2000-04-05 Thread Wu, Gordon
ucture Global Derivatives Application Development CitiBank, New York Tel: (212)783-6838 > -Original Message- > From: Jonas Nordstrom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 05, 2000 10:35 AM > To: [EMAIL PROTECTED] > Subject: RE: external access to intrane

Re: external access to intranet

2000-04-05 Thread Vladimir Ivaschenko
0 Vladimir Ivaschenko wrote about "Re: external access to intranet": > Jonas Nordstr?m wrote about "RE: external access to intranet": > > > But doesn't that only pass on the request and then return the HTML-files > > unchanged? I also want to cha

RE: external access to intranet

2000-04-05 Thread Jonas Nordström
Jonas > -Original Message- > From: darren chamberlain [SMTP:[EMAIL PROTECTED]] > Sent: den 5 april 2000 16:30 > To: Jonas Nordström > Cc: [EMAIL PROTECTED] > Subject: Re: external access to intranet > > Jonas Nordström ([EMAIL PROTECTED]) said something to this > e

Re: external access to intranet

2000-04-05 Thread darren chamberlain
Jonas Nordström ([EMAIL PROTECTED]) said something to this effect: > But doesn't that only pass on the request and then return the HTML-files > unchanged? I also want to change the links inside the HTML-bodies on the > fly, so that the users can continue to "surf the intranet". For example, if > t

Re: external access to intranet

2000-04-05 Thread Vladimir Ivaschenko
Jonas Nordstr?m wrote about "RE: external access to intranet": > But doesn't that only pass on the request and then return the HTML-files > unchanged? I also want to change the links inside the HTML-bodies on the > fly, so that the users can continue to "surf the int

RE: external access to intranet

2000-04-05 Thread Jonas Nordström
"https://gateway_server/intranet_host/path/myfile.html>" /Jonas > -Original Message- > From: darren chamberlain [SMTP:[EMAIL PROTECTED]] > Sent: den 5 april 2000 15:32 > To: Jonas Nordström > Cc: [EMAIL PROTECTED] > Subject: Re: external access t

Re: external access to intranet

2000-04-05 Thread darren chamberlain
Jonas Nordström ([EMAIL PROTECTED]) said something to this effect: > Hello, > > In our organisation, we wanted the employees to be able to reach our > intranet from anywhere on the internet. We have therefore made a gateway > using an extra linux-server, SSL, Apache and mod-perl. We wanted to > t

Re: external access to intranet

2000-04-05 Thread Vladimir Ivaschenko
Jonas Nordstr?m wrote about "external access to intranet": > Hello, > > In our organisation, we wanted the employees to be able to reach our > intranet from anywhere on the internet. We have therefore made a gateway > using an extra linux-server, SSL, Apache and mod-perl. We wanted to > transla