[SQU] squid.conf

From: Aymeric MUNTZ <aymeric07@dont-contact.us>
Date: Thu, 23 Nov 2000 00:22:50 +0100

I have a problem with my squid.conf file.
my network is 192.168.0.x. server:192.168.0.1
I looks like an authorization problem but i can't find the problem
my problem is that i'm not allowed to see any page through the proxy.
before i added the last line (dns_nameserver) squid didn't even find the ip
of a dns, i thought it was facultative as my dns servers are in my
/etc/resolv.conf !!

this is my squid.conf:

>http_port 8080
>hierarchy_stoplist cgi-bin ? .cgi
>cache_mem 8 MB
>maximum_object_size 4096 KB
>cache_dir ufs /usr/local/squid/cache 900 16 256
>cache_access_log /usr/local/squid/logs/access.log
>cache_log /usr/local/squid/logs/cache.log
>mime_table /usr/local/squid/etc/mime.conf
>debug_options ALL,1
>acl allowed_hosts src 192.168.0.0/255.255.255.0
>acl localhost src 127.0.0.1/255.255.255.0
>acl manager proto cache_object
>acl all src 0.0.0.0/0.0.0.0
>acl SSL_ports port 443 563
>acl safe_ports port 80 21 443 563 70 210 1025-65535
>acl CONNECT method CONNECT
<http_access allow manager localhost
>http_access allow manager allowed_hosts
>http_access deny !Safe_ports
>http_access deny CONNECT !SSL_ports
>http_access allow allowed_hosts
>http_access deny !allowed_hosts
>cache_mgr root@localhost
>logfile_rotate 4
>dns_nameservers 193.252.19.3 193.252.19.4 (is that line correct? with
primary and second dns server!)

thank you very much
Thrruss

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Nov 22 2000 - 16:24:59 MST

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