You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lusca...@googlegroups.com
hello list, I have installed Ubuntu 4.10 server 64bit mode + bridge + tproxy lusca 14809 I used several online support guis to configure it and finally I have it working. I have the problem that every one or two days, remains the cache, without answering, andthe only solution is to restart it. It can not deberese the problem. I put down my configuration to see it if you find any error.
It is a Core 2 duo + 4 GB Ram + Sata II 1 TB - Intel Chipsep Squid.conf :
# Beberapa log yg tidak signifikan karena opsi2-nya jarang digunakan. log_fqdn off log_icp_queries off buffered_logs off emulate_httpd_log off
#=========================================================================== # TAG: FTP section #--------------------------------------------------------------------------- # Selalu gunakan opsi ini untuk mengurangi beban trafik. FTP mode pasif
# menyebabkan client tidak berhubungan langsung dengan FTP Server tujuan # dan menggunakan squid sebagai relay sehingga bandwidth utk koneksi FTP # bisa dikontrol mungkin dengan kombinasi IP filtering (PF (BSD)/ IPTABLES).
#=========================================================================== ftp_list_width 32 ftp_passive on ftp_sanitycheck on
#=================================================================== # TAG: ACL Section
#------------------------------------------------------------------- # Allow local network(s) on interface(s) # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing
# should be allowed #=================================================================== acl localnet src "/etc/squid/ip-privadas" # IP LOCALES #acl localnet src 200.43.200.5/27 # IP PROXY
# Default block all to be sure via off forwarded_for off http_access deny all #header_access From deny all #header_access Server deny all
#header_access WWW-Authenticate deny all #header_access Link deny all #header_access Cache-Control deny all #header_access Proxy-Connection deny all #header_access X-Cache deny all #header_access X-Cache-Lookup deny all
header_access Via deny all header_access Forwarded-For deny all header_access X-Forwarded-For deny all #header_access Pragma deny all #header_access Keep-Alive deny all
http_gzip on http_gzip_types text/plain,text/html,text/xml,text/css,application/xml,application/xhtml+xml,application/rss+xml,application/javascript,application/x-javascript
#like porn hub variables url and center part of the path, filename etention 3 or 4 with or without ? at the end
} elsif (($u =~ /tube8|pornhub|xvideos/) && (m/^http:\/\/(([A-Za-z]+[0-9-.]+)*?)\.([a-z]*[0-9]?\.[^\/]{3}\/[a-z]*)(.*?)((\/[a-z]*)?(\/[^\/]*){4}\.[^\/\?]{3,4})(\?.*)?$/)) { print $x . "http://cdn." . $3 . $5 . "\n";
#...spicific servers end here.