[squid-users] about httpd-accelerator mode

From: xuht <xuht@dont-contact.us>
Date: Wed, 8 Aug 2001 09:48:57 +0800

hello ,every one! I have a question about httpd-accelerator mode.

my webserver binds the httpd socket to loopback interface(127.0.0.1)on port 80. the webserver and the squid is in the same machine,its ip is 10.0.0.1
in my squid.conf file:
http_port 80
httpd_accel_host 127.0.0.1
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
acl accel_host dst 127.0.0.1
acl accel_port 80
acl all src 0.0.0.0/0.0.0.0
http_access allow accel_host accel_port
http_access allow all

when I start squid and test on a client,
in IE ,I input "10.0.0.1",no response.
can someone tell me what is wrong with my config file?
thanks a lot in advance.
Received on Tue Aug 07 2001 - 19:38:25 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:30 MST