squid autenticado através do browser

1. squid autenticado através do browser

Klissmann
klissmann

(usa Ubuntu)

Enviado em 19/02/2009 - 08:34h

Olâ tor com ploblema meu sistema e windows e squid eu quero
autentica via browser com uma pagina...meu squid.conf e p/ cache

Squid.conf

http_port 3128
visible_hostname nameserver host
cache_mem 64 MB
maximum_object_size_in_memory 8 MB
maximum_object_size 10 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs C:\squid\var\cache 3000 16 256
cache_access_log C:\squid\var\logs\access.log
error_directory C:\squid\share\errors\Portuguese
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
acl all src 192.168.0.1/192.168.0.5
acl manager proto cache_object
acl localhost src 192.168.0.1/192.168.0.5
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 manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl redelocal src 192.168.0.0/24
http_access allow redelocal
http_access allow localhost
http_access deny all


vc podem min ajuda obrigado



  


2. Re: squid autenticado através do browser

Alcimar
arc

(usa Slackware)

Enviado em 19/02/2009 - 09:08h

http_port 3128
visible_hostname gateway.local

error_directory /usr/share/squid/errors/Portuguese/
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY

cache_mem 192 MB
maximum_object_size 50 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256


acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
access_log /var/log/squid/access.log squid
hosts_file /etc/hosts
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
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 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
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 !SSL_ports

######################
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic realm [---Bem Vindo ao Internet Proxy Server---]
acl autenticados proxy_auth REQUIRED

http_access allow autenticados

http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_effective_group proxy
coredump_dir /var/spool/squid


agora é só criar os usuarios e configurar o proxy nas estações!!!

touch /etc/squid/squid_passwd

htpasswd /etc/squid/squid_passwd teste




3. RE

Klissmann
klissmann

(usa Ubuntu)

Enviado em 19/02/2009 - 09:27h

oi mais esi squid.conf e pra linux uso sistema windows


4. Re: squid autenticado através do browser

Alcimar
arc

(usa Slackware)

Enviado em 19/02/2009 - 09:44h

nunca instalei o squid no windows, mas o .conf deve ser igual ao usado no Linux, o que deve mudar deve ser os diretorios e para criar o usuario deve-se ter o apache-utils. E nesse caso não vou poder ti ajudar.

Boa sorte






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts