[squid-users] Can't connect to web server...Squid error...Access control confi guration...

From: <Ryan_James@dont-contact.us>
Date: Fri, 4 Apr 2003 13:43:13 -0500

"jtpr" <spam@jimryan.com> wrote in message
news:<b6f01i$4gioj$1@ID-181664.news.dfncis.de>...
> I set up a simple web page on my Linux box, but when I try and connect to
it
> from the outside I get:
>
> While trying to retrieve the URL: http://myurl/
>
> The following error was encountered:
>
> a.. Access Denied.
> Access control configuration prevents your request from being allowed at
> this time. Please contact your service provider if you feel this is
> incorrect.
>
> This is my squid.conf...
>
>
> http_port 3128
> acl local-servers dstdomain mydomain.com
> always_direct allow local-servers
> cache_mem 64 MB
> cache_dir /usr/local/squid/cache 500 16 256
> hierarchy_stoplist cgi-bin ?
> debug_options ALL,1
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl all src 0.0.0.0/0.0.0.0
> acl SSL_ports port 443 563
> acl Dangerous_ports port 7 9 19
> acl CONNECT method CONNECT
> http_access deny manager !localhost
> http_access deny CONNECT !SSL_ports
> http_access deny Dangerous_ports
> http_access allow all
> icp_access allow all
> miss_access allow all
> dns_testnames internic.net usc.edu cs.colorado.edu mit.edu yale.edu
> minimum_direct_hops 4
> connect_timeout 10 seconds
> maximum_single_addr_tries 10
> httpd_accel_host virtual
>
> --
> -Jim
> change "spam" to "ryan' before replying by mail.
>
>
>
> --
> -Jim
> change "spam" to "ryan' before replying by mail.
>
>
Received on Fri Apr 04 2003 - 11:43:47 MST

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