Using : CentOS, 11.10.10 with Apache Reverse proxy/SSL.
This server has a temporary host name and I dont want the users to access the xwiki system using this host name. Say
http://temphost.domain.com:8080/wiki is accessible. Instead they should use
https://xwiki.domain.com/xwiki only.
So I would like to run xwiki only as localhost.
Appreciate any pointers
Best, Dominic
This depends on a few things not mentioned, like where your Apache is running, what you are using as Java Servlet container, …
If your Apache is on the same host as the Java Servlet container, you can bind this to localhost only (if supported) or use a firewall to block any access to 8080 other then localhost or better 127.0.0.0/8
HTH
Thank you. I just blocked 8080 and working fine.