[us...@httpd] Re: SSLProxyEngine config help

2009-12-17 Thread Todd Volkert
Forgot to mention that I generated the proxy.pem file by following the process listed at https://issues.apache.org/bugzilla/show_bug.cgi?id=31856, including making sure that I'm using an rsa key (not pkcs8). -T On Thu, Dec 17, 2009 at 9:45 PM, Todd Volkert wrote: > Ok, hopefully

[us...@httpd] SSLProxyEngine config help

2009-12-17 Thread Todd Volkert
Ok, hopefully I'm not missing something stupid again... I'm trying to enable the SSL proxy engine for use in one of my virtual hosts, and though it seems to accept my SSLProxyMachineCertificateFile upon startup, I get gobledegook requests when trying to connect over HTTPS: Here is my server confi

Re: [us...@httpd] Re: How to preserve all request headers in reverse proxy (mod_proxy)

2009-12-17 Thread Todd Volkert
ng to port 80* using the proxy. Of course there were no user-agent request headers when I used telnet! I saw the lack of request headers and thought "the proxy is dropping them!" , -T On Thu, Dec 17, 2009 at 6:01 PM, Nick Kew wrote: > Todd Volkert wrote: > >> Actually,

[us...@httpd] Re: How to preserve all request headers in reverse proxy (mod_proxy)

2009-12-17 Thread Todd Volkert
httpd send http://www.foo.com/ to http://localhost:8080/foo/ and http://www.bar.com/ to http://localhost:8080/bar/ so that each web-app looks like its own top-level web-app in its own domain. Is this doable, 'cause I can't seem to find anyone out there who's done it :) -T On Thu,

[us...@httpd] How to preserve all request headers in reverse proxy (mod_proxy)

2009-12-17 Thread Todd Volkert
Hi all: In httpd 2.2, is it possible to preserve all HTTP headers when using mod_proxy to provide a reverse proxy? Here's my desired setup: I'm running two domains on one server backed by one Tomcat instance. I'm trying to run httpd as a reverse proxy to send http://www.domain1.com/... to http:/