Tried ProxyPass and ProxyPassReverse on my proxy box and my test fails (even with just plain http) with 404. To test I use MSIE against the proxy host: http://www.myprox.com:8080/cgi-bin/myscript
It does work when i point directly at the destination host: http://www.mydest.com:8080/cgi-bin/myscript so it does seem just the proxy is not set up right. Maybe I need some special settings on the destination host too? Oh and i get no access.log entries on the destination box at all. -----Original Message----- From: Aryeh Katz [mailto:[EMAIL PROTECTED]] Sent: Monday, May 27, 2002 9:11 AM To: [EMAIL PROTECTED] Subject: RE: ssl proxy > As a followup to below, what directives would be needed to accomplish > this "proxy" or "tunnel" or whatever i should call it? Incidentally, > if it matters, the client here is not a browser - it's just a > c-program that writes raw http-headered request messages directly. An > illustrative example would be great! In either a virtual host, or whole server: ProxyPass / https://login.passport.com/ ProxyPassReverse / https://login.passport.com/ --- Aryeh Katz VASCO www.vasco.com ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]