apache reverse proxy (1) 썸네일형 리스트형 debian Apache Reverse Proxy 설정 구성환경 debian 10.3 1. /etc/apache2/apach2.conf 파일 수정 ProxyPass /examples http://localhost:8080/examples ProxyPassReverse /examples http://localhost/examples 2. 모듈 활성화 > a2enmod proxy > a2enmod proxy_http > systemctl restart apache2 이전 1 다음