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?
What about the proxy request from secwww.jhuapl.edu to
another-machine.company.com?
Ming Yu
===================================
Enterprise Communications Group - BIX
JHU Applied Physics Laboratory
Telephone: 443 778-7117 Fax: 443 778-5727
Email: [EMAIL PROTECTED]
===================================
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]