Q. How To Configure Reverse Proxy?

From: SeonKyu Park <carrot@dont-contact.us>
Date: Tue, 4 Jan 2000 13:50:22 +0900

Hello Squid users~ ^)^

plz give me something squid.conf example files about reverse proxy setting

my squid.conf file is below..

but something wrong.. ?...

------------------------------------------------------

http_port 80

ftp_user pegasos@thrunet.com

redirect_rewrites_host_header on

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT

http_access allow all
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

icp_access allow all

miss_access allow all

httpd_accel_host virtual
httpd_accel_port 8080
httpd_accel_with_proxy off
httpd_accel_uses_host_header off

----------------------------------------------------------------------
thank you for reading this.

Have A Good Time && Happy New Years...~
Received on Mon Jan 03 2000 - 21:58:34 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:13 MST