오징어 리버스 프록시 구성


3

Squid에서 리버스 프록시를 구성하고 싶습니다. squid.config를 편집했지만 작동하지 않습니다

#  TAG: http_access
http_access allow all
http_access allow localhost

http_access deny all


#  TAG: http_port
http_port 3128 defaultsite=220.69.***.*1 //my proxy server


#  TAG: cache_peer
chache_peer 220.69.***.*9 parent 80 0 no-query originserver

나는 이와 같이 크롬 입력 URL로 테스트했다.

 http://220.69.***.*1:3128

하지만 ERR_CONNECTION_REFUSED를 볼 수 있습니다. 문제가 무엇입니까?

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.