Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/07/2007, 15:40
karola
 
Fecha de Ingreso: junio-2007
Ubicación: monterrey, mexico
Mensajes: 87
Antigüedad: 17 años, 5 meses
Puntos: 1
Re: squid y paguina web por puerto 8070

este e mi archivo de configuracion espero me puedan ayudar, gracias

#squid.conf
http_port 3128
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

cache_mem 64 MB
cache_dir ufs /var/spool/squid 300 16 256
redirect_rewrites_host_header off
cache_replacement_policy GDSF
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/claves
acl localnet src 192.168.1.0/255.255.255.0
acl usrs proxy_auth "/etc/squid/localgroup"
acl msn url_regex "/etc/squid/webmsn"
acl sitiosauth url_regex "/etc/squid/sitiosauth"
acl localhost src 127.0.0.1/255.255.255.255
acl Safe_ports port 80 110 123 443 210 119 70 21 1025-65535
acl Safe_ports port 2525
acl Safe_ports port 8070
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
acl password proxy_auth REQUIRED
acl sitiosdenegados url_regex "/etc/squid/sitiosdenegados"
acl archivos urlpath_regex "/etc/squid/archivos"

http_access allow localnet password !sitiosdenegados !archivos
http_access allow usrs
http_access allow msn
http_access allow sitiosauth
http_access allow localhost
http_access deny !Safe_ports
http_access deny CONNECT
http_access deny all
maximum_object_size 500000 KB
store_avg_object_size 500 KB

cache_effective_user squid
cache_effective_group squid

log_icp_queries off
buffered_logs on

acl magic_words1 url_regex -i 192.168.1

delay_pools 2
delay_class 1 1
delay_class 2 1

delay_parameters 1 -1/-1
delay_parameters 2 15000/10000

#Para el Proxy transparente
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

httpd_accel_single_host off
positive_dns_ttl 15 minute
negative_dns_ttl 15 minute
dns_testnames 192.168.1.1
visible_hostname localhost


cachemgr_passwd xxx

deny_info http://11.254.20.102/error.html test-salida


access_log /var/log/squid/access.log squid