On Fri, 2007-06-15 at 11:51 +0200, Andreas Hartmann wrote:
> Andreas Hartmann schrieb:
> > Hi Lenya devs,
> > 
> > this is a serious and quite urgent issue because it blocks the RC.
> > It would be great if we could get more opinions.
> > 
> > For more information, please see
> > http://www.nabble.com/Status-of-proxying-issue-for-1.4-tf3794430.html
> > 
> > IIUC Thorsten prefers the global proxy URL, Michi and I prefer the
> > reserved URL space.
> 
> It looks like the global proxy URL is not practicable without some
> further measures
> (see http://issues.apache.org/bugzilla/show_bug.cgi?id=42050#c41):
> 
> 
> A major problem with the "global proxy" approach are requests to
> publication-based module URLs. If they need authorization, the
> requests hit the login screen. This occurs for instance with the
> TinyMCE JavaScript requests like
> 
> http://lenya.example.com/default/modules/tinymce/javascript/tiny_config.js
> 
> Making these URLs accessible to the world is certainly out of the
> question. IMO all module URLs should be protected.
> 
> 
> Any ideas how to solve this issue without SSO?

Relative rewrite like you once suggested.

Meaning all default/modules needs to be rewritten into 
../default/modules

OR

Doing it with mod_rewrite on the server.

RewriteRule      ^/default/modules/(.*)
http://10.240.192.30:8088/lenya/default/modules/$1 [P,L]

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


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

Reply via email to