목차

macOS에서 아파치 사용

설정

  1. config파일위치 : /etc/apache2

간단한 Proxy설정

# 아래 내용 주석 해제
LoadModule proxy_module modules/mod_proxy.so 
LoadModule proxy_http_module modules/mod_proxy_http.so 
 
 
# 아래 내용 추가
ProxyPass	/test	http://naver.com
ProxyPassReverse	/test	http://naver.com