Problem scenario
SonarQube is listening on the loopback IP address on port 9000. SonarQube is not listening on the external IP address. You want to access the web UI for SonarQube. What should you do?
Solution
Install a web server and configure it to connect to port 9000. Here are the details for using Apache web server on a Red Hat derivative (e.g., CentOS/RHEL/Fedora).
1.
…