On Thu, Feb 04, 1999, Tim Tassonis wrote:
> I have set up apache 1.3.4 to be a proxy server for http and ftp
> requests, which works fine. I would now like to use it as well as a
> https proxy, but I'm not quite sure which directives to set for this to
> be working. What I'd like to achieve is the following:
>
> - The proxy server listens on port 7344 for both http and ftp requests
> - For https, it should as well listen on the same port
> - I don't need any other functionality apart from proxy for this server
>
> Is this possible with mod_ssl and if, how?
For the plain HTTPS proxy functionality you don't need mod_ssl, because that's
done with the standard HTTP CONNECT method. So all you need is mod_proxy.
mod_ssl is only needed when you want to establish a _gateway_, for instance a
HTTP-to-HTTPS or HTTPS-to-HTTP gateway or even a HTTPS-to-HTTPS gateway which
maps URL trees. But what you're asking about seems to be just the plain HTTPS
proxy functionality.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]