On Wed, Jun 12, 2002 at 01:35:04PM +0100, Peter Viertel wrote: > thats basically right. > ... > Wim Godden wrote: > > >So there's no system which allows me to really proxy pages and 'modify' > >them so > >that all future connections go through this 'proxy' as well ? > >
There is one way... It can only work if the "internal" server has a hostname that can be hijacked by the reverse proxy server. i.e. if you are wanting to do: client --- Internet ---> https://www.mycompany.com/ ..then you can do: client --- Internet ---> https://www.mycompany.com/ --- Internal --- http://www.mycompany.com/ e.g. on the Internet www.mycompany.com is 1.2.3.4, whereas internally www.mycompany.com is 10.1.2.3 Then you can set up your Apache reverse proxy so that it proxies "/" - i.e. run www.mycompany.com as a full VirtualHost. Done it - it works :-) -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
