apache point localhost port to domain code example
Example 1: apache port forwarding virtual host
ServerName something.com
ProxyPass / http://localhost:8080/
Example 2: apache port forwarding virtual host
sudo a2enmod proxy && sudo a2enmod proxy_http && sudo service apache2 restart