I have two Apache server one that answers to this url: https://192.168.1.110/ocsreport/ the other answers to this address: http://192.168.2.215 the server 192.168.2.215 have mod_proxy and that he would like to redirect all requests it receives at https://192.168.1.110/ocsreport/ how can i do ? this two server is compiled by me. my vhosts on the apache proxy (192.168.2.215) is : <VirtualHost *:80> ServerName 192.168.2.215 ProxyRequests Off ProxyVia On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / https://192.168.1.110/ocsreports/ ProxyPassReverse / https://192.168.1.110/ocsreports/ SSLEngine on SSLProxyEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLOptions +StdEnvVars # SSLProxyProtocol all # SSLProtocol all SSLCertificateFile /ssl/ocs-server.crt SSLCertificateKeyFile /ssl/ocs-server.key <Location /> Order allow,deny Allow from all </Location> </VirtualHost> thanks for your help - GanGan - --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx