Re: Lenny Apache2: ReverseProxy -> https -> http://localhost:port

2011-01-26 Thread Bob Proulx
Denny Schierz wrote: > nothing helps. It's all the same. Maybe a bug, or unsupported. Or a > configuration problem with the proxy module > > hmmm Hmm... Works okay for me. What modules do you have enabled? ls /etc/apache2/mods-enabled If you do not have the proxy modules enabled then e

Re: Lenny Apache2: ReverseProxy -> https -> http://localhost:port

2011-01-26 Thread Denny Schierz
hi, Am Montag, den 24.01.2011, 11:41 -0700 schrieb Bob Proulx: > Turn the rewrite engine on and then try it again. I think that is the > missing component for you. > > RewriteEngine On nothing helps. It's all the same. Maybe a bug, or unsupported. Or a configuration problem with the proxy mo

Re: Lenny Apache2: ReverseProxy -> https -> http://localhost:port

2011-01-24 Thread Bob Proulx
Boyd Stephen Smith Jr. wrote: > Bob Proulx wrote: > >Denny Schierz wrote: > >> NameVirtualHost 1.2.3.4:443 > >> > > > >SSL name based virtual hosts are not yet supported. You should remove > >that line from the configuration file. > > Is that just because Lenny's Apache is really old? 'Cause Ap

Re: Lenny Apache2: ReverseProxy -> https -> http://localhost:port

2011-01-24 Thread Boyd Stephen Smith Jr.
In <20110124184103.gd30...@hysteria.proulx.com>, Bob Proulx wrote: >Denny Schierz wrote: >> NameVirtualHost 1.2.3.4:443 >> > >SSL name based virtual hosts are not yet supported. You should remove >that line from the configuration file. Is that just because Lenny's Apache is really old? 'Cause A

Re: Lenny Apache2: ReverseProxy -> https -> http://localhost:port

2011-01-24 Thread Bob Proulx
Denny Schierz wrote: > NameVirtualHost 1.2.3.4:443 > SSL name based virtual hosts are not yet supported. You should remove that line from the configuration file. > ProxyPass /calendars/ http://localhost:8008/calendars/ > ProxyPassReverse /calendars/ http://localhost:8008/calendars/ > ProxyP

Lenny Apache2: ReverseProxy -> https -> http://localhost:port

2011-01-24 Thread Denny Schierz
hi, I don't know, whats the problem: My ReverseProxy works with non-ssl to non-ssl, but not from ssl to non-ssl: == NameVirtualHost 1.2.3.4:443 ServerAdmin webmas...@foobar.bla ServerName www.foobar.bla SSLEngine on SSLCertificateFile "/etc/ssl/c