Hello everyone,
i'm new to squid, and i've got a little problem :
some of my user cannot access to their favorites web sites, like swing.be
and then to their webmail.
I've got the same problem with www.thalys.com. I asked the web site to look
for a ticket for the next week end, and i've nothing in retunr but a script
error. No problems without squid !!
May be it's a problem in the post/get action ? i don't know :os
I give you my squid.conf... I use SquidGuard too with this squid, but i
don't think the problem came from it...may be ? What do you think ?
Thank you in advance !
Hope yo hear you asap ;o)
Olivier from Belgium
******************
redirect_program /usr/local/bin/squidGuard -c
/usr/local/squidGuard/squidGuard.conf
http_port 8080
redirect_children 4
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 8 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 8 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
cache_effective_user nobody
cache_replacement_policy lru
memory_replacement_policy lru
# LOGFILE PATHNAMES AND CACHE DIRECTORIES
#
-----------------------------------------------------------------------------
cache_dir ufs /cache 3000 8 128
cache_access_log /cache/log/access.log
cache_log /cache/log/cache.log
emulate_httpd_log on
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
connect_timeout 2 minutes
peer_connect_timeout 30 seconds
# ACCESS CONTROLS
#
-----------------------------------------------------------------------------
acl ACISNETWORK src 10.1.1.0/255.255.255.0
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
acl CONNECT method GET POST HEAD CONNECT PUT DELETE
http_access allow manager localhost
http_access deny manager
http_access allow ACISNETWORK
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_reply_access allow ACISNETWORK
http_access deny ACISNETWORK
icp_access deny ACISNETWORK
http_access deny all
icp_access deny all
# ADMINISTRATIVE PARAMETERS
#
-----------------------------------------------------------------------------
cache_mgr olivier.delvigne@acis-group.org
visible_hostname paipx02.acis.info
# MISCELLANEOUS
#
-----------------------------------------------------------------------------
logfile_rotate 4
icon_directory /usr/share/squid/icons
error_directory /usr/share/squid/errors/English
*******************
Received on Mon Dec 15 2003 - 05:10:39 MST
This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:12 MST