RE: Using mod_ssl as a https-to-http proxy

1999-10-08 Thread Yaniv Ben-Yosef
Do I need to add any other module beside mod_proxy? None of the mod_proxy directives seem to work. I only changed the Configuration under the apache 1.3.9 source to add the proxy module. Is there anything else I need to do to build the proxy? Thanks, and sorry for my newbe questions... Yaniv.

Re: Using mod_ssl as a https-to-http proxy

1999-10-08 Thread Ralf S. Engelschall
On Fri, Oct 08, 1999, Yaniv Ben-Yosef wrote: Do I need to add any other module beside mod_proxy? None of the mod_proxy directives seem to work. I only changed the Configuration under the apache 1.3.9 source to add the proxy module. Is there anything else I need to do to build the proxy?

Using mod_ssl as a https-to-http proxy

1999-10-07 Thread Yaniv Ben-Yosef
Hi, I was wondering if mod_ssl can be used as a https-to-http proxy. The architecture I'm looking for is something like this: | | +-+| +-+ +-+ | HTTP| HTTPS | | Apache |HTTP |

Re: Using mod_ssl as a https-to-http proxy

1999-10-07 Thread Ralf S. Engelschall
On Wed, Oct 06, 1999, Yaniv Ben-Yosef wrote: I was wondering if mod_ssl can be used as a https-to-http proxy. The architecture I'm looking for is something like this: | +-+| +-+ +-+ | HTTP| HTTPS | | Apache |

Re: Using mod_ssl as a https-to-http proxy

1999-10-07 Thread Kobus Jooste
Hi list, Yaniv. I can confirm this is possible. I've used it to beef up a certain commercial Web Application Server to 128-bit while still using the particular vendor's web-listener. I think is called "reverse" proxying. Read mod_rewrite docs. Cheers, Kobus Jooste.