On Fri, Oct 12, 2001 at 09:18:51AM -0400, Yu, Ming wrote:
> I have a general question about SSL and Apache:  I am running Apache 1.3.20
> with mod_ssl.  I created a Virtual host in the apache server
> 
> <VirtualHost 10.0.0.1:443>
> ServerName secwww.company.com
> DocumentRoot=/www/docs/htdocs
> SSLEngin On
> .
> .
> .
> RewriteEngin On
> 
> <Directory ~ "^proxy:.*">
> 
>     Order allow,deny
> 
>     Allow from all
> 
> </Directory>  
> 
> ProxyPass        /test/          http://another-machine.company.com/
> 
> ProxyPassReverse /test/          http://another-machine.company.com/  
> .
> .
> </VirtualHost>
> 
> When user browse https://secwww.company.com/test/; is everything incrypted?

>From the user to the server.

> What about the proxy request from secwww.jhuapl.edu to
> another-machine.company.com?  

no. Use https:// 

vh

Mads Toftum
-- 
With a rubber duck, one's never alone.
              -- "The Hitchhiker's Guide to the Galaxy"
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to