I don't understand how to do that. Let's say that I have an Intranet
HTML-file at "intranethost1" with three links (anchors):
<A HREF="http://intranethost1/index.html> 
<A HREF="http://intranethost2/index.html> 
<A HREF="http://www.sunet.se/index.html>

These should be sent to the client as 
<A HREF="https://gatewayserver/virtualhost/intranethost1/index.html> 
<A HREF="https://gatewayserver/virtualhost/intranethost2/index.html>
<A HREF="http://www.sunet.se/index.html>

Can ProxyPass accomplish this?

/Jonas

> -----Original Message-----
> From: Martin A. Langhoff [SMTP:[EMAIL PROTECTED]]
> Sent: 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 should
> be
> quite straightforward to have an 'internal.myserver.com' virtual host that
> does
> Authentication and ProxyPass ...
> 
> 
> HTH
> 
> martin
> --                                                         --
> To understand recursion, one must first understand recursion.
> --                                                         --
>     - Martin Langhoff @ S C I M  Multimedia Technology -
>       - http://www.scim.net      | God is real until  -
>       - mailto:[EMAIL PROTECTED]  | declared integer   -
> 
> 
> 

Reply via email to