Transparent Porxy Squid Version 2.6.STABLE6
Di versi squid 2.5.STABLE14 untuk enable transparent proxy biasa kita tambahkan 4 baris ;
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
reload config coba redirect/dnat port jalan dech.
Dan lama nunggu yg stable akhirnya keluar 2.6.Stable6
, ketika di jajal copy paste squid.conf yg lama ![]()
keluar error
2009/02/13 15:24:01| parseConfigFile: squid.conf:3096 unrecognized: ‘httpd_accel_host’
2009/02/13 15:24:01| parseConfigFile: squid.conf:3097 unrecognized: ‘httpd_accel_port’
2009/02/13 15:24:01| parseConfigFile: squid.conf:3098 unrecognized: ‘httpd_accel_with_proxy’
2009/02/13 15:24:01| parseConfigFile: squid.conf:3099 unrecognized: ‘httpd_accel_uses_host_header’
browsing2 dikit ke google ternyata lain, padahal di squid.conf keterangannya dah jelas tuch
# TAG: http_port
# Usage: port [options]
# hostname:port [options]
# 1.2.3.4:port [options]
# Options:
#
# transparent Support for transparent interception of
# outgoing requests without browser settings.
Yah gitu dech kalo males baca
, jadi config yg baru cukup simple ;
http_port 3128 transparent
dgn begitu sudah bisa jalan, ada option lain katanya squid ;
# Usage: [ip:]port cert=certificate.pem [key=key.pem] [options...]
# The socket address where Squid will listen for HTTPS client
# requests.
http_port 192.168.10.1:3128 transparent
just fur newbies

