Hi,

 I'm looking for a method to hide an old web server behind
 a modssl server. The hidden server has several applications
 served over http. What I'd like is for https requests
 to be rewritten in modssl and proxied to the hidden
 internal system.

 I installed a second interface on the modssl system. From
 the modssl system I can access the internal web server.
 In a virtualhost clause for the modssl system I've added

 ProxyRequests On
 ProxyRemote https://modssl/MyApp http://10.x.x.x

 I'd like requests of the form
 https://modssl/MyApp/pgm?SomeArgument=Value to be proxied
 to the internal system as http://10.x.x.x/pgm?SomeArgument=Value
 I receive a 404 in the browser and the following in my error log.

[Wed Mar 04 11:14:25 2003] [error] (20014)Error string
not specified yet: Cannot store SSL session to DBM file
`/usr/local/www/logs/ssl_scache'
[Wed Mar 04 11:14:25 2003] [error] [client 1.2.3.4] File does not exist:
/usr/local/www/htdocs/MyApp

 Is it possible to have modssl proxy an http conversation?

 Thanks for any advice, Chris





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

Reply via email to