Thanks for clarified points to me
First one is we need to use reverse proxy to share same public IP to expose some internal web services, xwiki is our one of all and we want to deploy SSL thru the reverse to centralised management; So we don’t direct to use Tomcat serve user
Second, yes with handle url: domain/bin/Main -> 192.168.1.1:8080/xwiki/bin/Main (Only hide /xwiki/ path for frontend then pass original to handle as well)
Just like simple, I am stuck at handle resources handling only (basically work open web, but some features like edit button still present /xwiki/ path)
for you showed me config, I need to figure out ProxyPass
and ProxyPassReverse
I will have a try again
Thank you very much