Hello all,

The goal is that users willcontinue to connect to "https:/server1"but will 
actually browse to "https://server2";.

I have successfullyredirected from "server1" to "server2" via apache/http, but 
the url seen in the browserchanges. 
 In the following configuration, how can I make this redirectioncompletely 
transparent to end users? <VirtualHost*:443>
ServerNameserver2

ServerAliasserver2

ErrorLog"C:\Apache24\logs/Error.log"

TransferLog"C:\Apache24\logs/access.log"

LogLevelwarn

 SSLEngineon

SSLProxyEngineOn

 SSLCertificateFile"E:\certificat\proxy\server2.cer"

SSLCertificateKeyFile"E:\certificat\proxy\server2.dsone.3ds.com_self.key"

 ProxyPass/3dpassport "https://server1/3dpassport";

ProxyPassReverse /3dpassport "https://server1/3dpassport";

 

</VirtualHost>

 

Good week-end !

 

Reply via email to