Hi,
I need to do a Reverse proxy to a Https WebSite from an Http  WebSite,
my httpd.conf  should be  like that :

<VirtualHost test.telecomitalia.it:80>
 ServerName test.telecomitalia.it
 ErrorLog /appl1/logs/http_error.log
 CustomLog /appl1/logs/http_access.log common
 DocumentRoot /docroot
 DirectoryIndex index.html index.html.var
 <IfModule mod_proxy.c>
   ProxyPass /rep-rs/ https://10.173.82.30/rep-rs/
   ProxyPass /ti-csr/ https://10.173.82.30/ti-csr/
 </IfModule>
</VirtualHost>

Is it possible to do that ?
If yes I can to do this ?

Regards
Marco Bronzetti
--------------------------------------------------------------------

CONFIDENTIALITY NOTICE

This message and its attachments are addressed solely to the persons above and 
may contain confidential information. If you have received the message in 
error, be informed that any use of the content hereof is prohibited. Please 
return it immediately to the sender and delete the message. Should you have any 
questions, please contact us by replying to [EMAIL PROTECTED]

        Thank you

                                        www.telecomitalia.it

--------------------------------------------------------------------
                        

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to