Yes, it worked.
But now URL with russian letters dont work through apache
proxy (
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyPass /xwiki
http://localhost:9080/xwiki
ProxyPassReverse /xwiki
http://localhost:9080/xwiki
)
I can access page with russian in URL
(
http://server/xwiki/bin/view/%D0%9A%D0%A2%D0%A0%D0%9A/WebHome)
but anchors in page has garbage
(
http://server/xwiki/bin/create/%C3%90%C2%9A%C3%90%C2%A2%C3%90%EF%BF%BD%C3%9…)
If I access page without proxy, all works well.
Meaning it worked?
That would be helpful to post on the list.
paul