I am using Apache 2.0.35 (configured using --enable-ssl 
--enable-proxy) and I am having some problems with using ProxyPass 
over an SSL-encrypted server.

For example, here are the relevant lines from ssl.conf:


<VirtualHost _default_:443>

#  General setup for the virtual host
DocumentRoot "/var/apache2/htdocs"
ProxyPass /hello http://unicast.org/
ServerName npcomplete.unicast.org:443
ServerAdmin [EMAIL PROTECTED]
.
.
.


(nothing else has been changed)

https://unicast.org/ works fine (you can test it), but when I try to 
access https://unicast.org/hello/ it doesn't work. The browser simply 
times out.

Can anyone help me?

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to