Search squid archive

Strange behavior of squid

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hello squid users,

I encounter strange squid behavior running on FreeBSD 5.4-STABLE.
When trying to access this page www.alik.cz I get this message:

ERROR
The requested URL could not be retrieved

________________________________________________________________________

While trying to retrieve the URL: http://www.alik.cz/

The following error was encountered:

      * Write Error

The system returned:

    (1) Operation not permitted

An error condition occurred while writing to the network. Please retry
your request.

Your cache administrator is webmaster. 



________________________________________________________________________
Generated Sun, 25 Sep 2005 15:08:47 GMT by sleipner (squid/2.5.STABLE11)

This is the only site I found so far.
I checked google and didn't find any answer.

My config file is as follows:

http_port 127.0.0.1:3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /var/cache/squid 100 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
mime_table /usr/local/etc/squid/mime.conf
pid_filename /var/run/squid/squid.pid
ftp_sanitycheck on
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
acl localnet src 192.168.0.0/255.255.255.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 Safe_ports port 901         # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow localnet
http_access allow localhost
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT
http_access deny all
visible_hostname sleipner
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
httpd_accel_uses_host_header on
coredump_dir /var/cache/squid
client_persistent_connections on
server_persistent_connections on
detect_broken_pconn on
cache_effective_user squid
cache_effective_group squid
debug_options ALL,1 33,2 28,9
redirect_program /usr/local/bin/squirm

Squid is behind PF firewall and all traffic is forwarded to it.

Is there possibility to get this site working with squid?

Zbynek


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux