DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42050>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42050





------- Additional Comments From [EMAIL PROTECTED]  2007-05-16 07:13 -------
First of all I am not using proxy ATM so I am shooting in the dark. 

(In reply to comment #2)
> Created an attachment (id=20139)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20139&action=view) 
[edit]
> the output of default/authoring/index.html with proxying enabled
> 
> this is the output of the default publication with the following proxy
> settings:
> <proxies>
>   <proxy area="live" ssl="true" 
> url="https://stackingdwarves.net/cms/default/live"/>
>   <proxy area="live" ssl="false" 
> url="http://stackingdwarves.net/cms/default/live"/>
>   <proxy area="authoring" ssl="true" 
> url="https://stackingdwarves.net/cms/default/authoring"/>
>   <proxy area="authoring" ssl="false" 
> url="http://stackingdwarves.net/cms/default/authoring"/>
> </proxies>
> 
> the request URL was "https://stackingdwarves.net/cms/default/index.html";.
> 
> the following issues arise:
> 
> * the lenya GUI does not honor proxying (see stylesheet and javascript links 
> in
> header and tab links in <div id="lenya-menus"/>

Regarding css and javascript did you follow
http://lenya.apache.org/docs/1_2_x/components/deployment/proxying.html

# RewriteRules for css and images
     RewriteRule      ^/lenya/sandbox/(.*)/images/(.*)$
http://cms.live.ch:8080/lenya/sandbox/$1/images/$2 [L]
     RewriteRule      ^/(.*\.css$) http://cms.live.ch:8080/$1  [L]

     RewriteRule      ^/(lenya/[^/]+)/(.*)$   http://cms.live.ch:8080/$1/live/$2
 [P,L]

That may bring some of the css back. I reckon js is quite the same.

The problem is all the stuff that is not pub specific as e.g.
/lenya/menu/images/lenya-logo.gif or /modules/languageselector/flag-es-13.png
does not get rewritten from the <proxy/> tags.

Adding a RewriteRules like
RewriteRule      ^/lenya/(.*)$ http://cms.live.ch:8080/lenya/$1
RewriteRule      ^/modules/(.*)$ http://cms.live.ch:8080/modules/$1
should bring back another big part that seems to be broken.

However still the question why sometimes the rewrite miss the "https".

Can somebody test whether the ^/lenya and ^/modules is bringing back some more
resources.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to