Listen 80
Listen 8082
<VirtualHost *:80>
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
<VirtualHost *:8082>
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
80과 8082로 들어왔을 때 서버의 로컬 8080으로 보내는 방법입니다.