Tony Stevenson wrote:

Paul,

Yes that would work fine, so long as your reverse proxy can resolve all the internal names.

The internal domain, does not need to, and probably should not, be resolvable externally.


For example:

<VirtualHost *:80>
 ServerName www.example.com
 ProxyPass / http://internal.example.int:3000/
 ProxyPassReverse / http://internal.example.int:3000/
</VirtualHost>

This would proxy internal.example.int, as www.example.com


Tony



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to