RE: [squid-users] squid as reverse proxy

From: Thomas Steimann <Thomas.Steimann@dont-contact.us>
Date: Fri, 18 Nov 2005 01:04:53 +0100

Hi there,

My settings:

acl QUERY urlpath_regex cgi-bin \?
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow all

thnx for help!

Thomas

 
 
-----Original Message-----
From: squidrunner support [mailto:squidrunner_dev@yahoo.com]
Sent: Thursday, November 17, 2005 9:56 AM
To: Thomas Steimann; squid-users@squid-cache.org
Subject: Re: [squid-users] squid as reverse proxy

>
>
> "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."
>

Can you post acl and http_access related settings in
squid.conf configuration file.

grep -Ev '^#|^$' squid.conf | grep -E
'acl|http_access'

==================================================
Best Regards,
Squid Runner Support
squidrunner_dev at yahoo dot com

Web: http://geocities.com/squidrunner_dev/
Support: runnersupport at gmail dot com

SquidRunner - An Automatic Squid Builder
==================================================

                
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
Received on Thu Nov 17 2005 - 17:03:14 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:10 MST