Witam.
Po zainstalowaniu squida na najnowszym nnd nie da rady sie zarejestrować na żadnym forum phpBB gdzie podczas rejestracji należy podać hasło z tokena. Pokazuje się błąd " nieprawidłowy token"
O dziwo na bramce orange wszystko działa jak należy.
Po wyłączeniu squida rejestracja działa.
konfig :
http_port 8080
icp_port 3130
cache_mem 32 MB
store_avg_object_size 14 KB
maximum_object_size 2048 KB
maximum_object_size_in_memory 16 KB
cache_dir ufs /var/cache/squid 500 16 128
cache_log /var/log/squid/cache.log
cache_access_log none
cache_store_log none
logfile_rotate 7
buffered_logs on
error_directory /usr/share/squid/errors/Polish
log_icp_queries on
debug_options ALL,1
pid_filename /var/run/squid.pid
cache_effective_user proxy
cache_effective_group proxy
visible_hostname SERWER
dns_nameservers 194.204.159.1 194.204.152.34 127.0.0.1
ie_refresh on
acl all src 0.0.0.0/0.0.0.0
acl localnet src 192.168.1.0/255.255.255.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl FTP proto FTP
always_direct allow FTP
acl QUERY urlpath_regex cgi-bin cgi \?
no_cache deny QUERY
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
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 localnet
http_access deny all
icp_access allow all
refresh_pattern -i (.*jpg$|.*gif$) 0 50% 28800
refresh_pattern -i (.*html$|.*htm|.*shtml) 0 20% 1440
refresh_pattern (http://.*/$) 0 20% 1440
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
cache_peer w3cache.tpnet.pl parent 8080 8082 no-query default
cache_peer_domain w3cache.tpnet.pl !192.168.1.0/255.255.255.0 !192.168.1.1
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Squid ustawiony na transparent. Plik konfiga wygenerowany przez konfigurator Adiego.
Co dziwne w drugiej sieci działa wszystko ok.
Wersja squida 2.5.STABLE10-1