Graham Leggett wrote:
Hi all,

It seems that http://jira.codehaus.org/browse/CONTINUUM-734 "Can't use continuum behind https proxy" still hasn't been resolved, which is a serious oversight.

Looking at the code, is this a continuum problem or a plexus problem?

Has there been any progress on this?

In the case you run behind an Apache 2 webserver, I found a work-around by rewritting all absolute links:

- install mod_proxy_html and load it within your Apache configuration
- add following lines to your Apache configuration file:
  ProxyRequests Off
  ProxyPass        / http://localhost:8082/
  ProxyPassReverse / http://localhost:8082/
  SetOutputFilter proxy-html
  ProxyHTMLURLMap http://localhost:8082 https://[your-domain.org]

--
Reinhard Pötz Independent Consultant, Trainer & (IT)-Coach
{Software Engineering, Open Source, Web Applications, Apache Cocoon}

                                       web(log): http://www.poetz.cc
--------------------------------------------------------------------

                
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to