Indeed the upgrade to 2.5 worked and now everything looks fine !
Thanks a lot to all of you :)
Piotr
W dniu 10-10-29 13:14, Sergiu Dumitriu wrote:
On 10/29/2010 11:23 AM, Piotr Dziubecki wrote:
Dear all,
I have a little problem with the behavior of the Spaces panel in the
Dashboard section.
First of all, let me describe my portal configuration:
On my host I have one portal which takes the standard :80 port, then
it's Xwiki on :28181
Unfortunately I cannot make xwiki port ( 28181 ) public so I created a
reverse proxy in the following way:
ProxyPass /xwiki/
http://localhost:28181/xwiki/
ProxyPassReverse /xwiki/
http://localhost:28181/xwiki/
ProxyPass /xwiki
http://localhost:28181/xwiki
ProxyPassReverse /xwiki
http://localhost:28181/xwiki
Try adding:
ProxyPreserveHost On
If that doesn't work, then note that this is a known and fixed issue,
see
http://jira.xwiki.org/jira/browse/XE-542, so you could try to
upgrade to 2.5.
Then I can access to my Xwiki with the following url:
apps.man.poznan.pl/xwiki
From the internal network I can use that one as well:
apps.man.poznan.pl:28181
Now I can describe my problem: when I access xwiki with the port,
everything works as expected. Unfortunately when I use /xwiki url I'm
getting the view as on the attached screenshot. It seems that somehow
the links for those little icons are broken. Those links are still
active but it doesn't look that good.
I imagine this a minor glitch but if someone has any ideas how to fix
that..