Minha distribuição é o Fedora.

Utiliza este Proxy em mais de 30 clientes e só agora tive problemas para
acessar este tipo de site.

Bom lembrar que utilizo autenticação NTLM com AD. Em Servidores Windows
Server 2003

Coloquei as configurações que me passou, mas não alterou em nada.





-----Mensagem original-----
De: [email protected] [mailto:[EMAIL PROTECTED] Em nome
de mantunes
Enviada em: segunda-feira, 18 de fevereiro de 2008 17:24
Para: [email protected]
Assunto: [Bulk] Re: [squid-br] Squid vs IIS

vc instalou esse squid agora ? em qual distribuição ??

olha tente colocar essa configuração, claro modificando os ips..
depois poste o resultado.

*********************************************
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280

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 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 CONNECT method CONNECT
acl localnet src 192.168.17.0/255.255.255.0

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

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

cache_mgr [EMAIL PROTECTED]
visible_hostname http://www.minhahomepage.com.br
memory_pools on
forwarded_for on
log_icp_queries off
buffered_logs on
*********************************************


Em 18/02/08, mantunes<[EMAIL PROTECTED]> escreveu:
> Aqui ele solicitou usuario e senha
>
> "HTTP Error 401.1 - Unauthorized: Access is denied due to invalid
credentials.
> Internet Information Services (IIS)"
>
> vou analisar o seu squid.conf só não prometo para hoje.
>
> 2008/2/18, Julio Monteiro <[EMAIL PROTECTED]>:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Este é o meu squid.conf
> >
> > O site que não abre é esse:
> >
> > http://www.logon.com.br/download/sky
> >
> >
> >
> >
> >
> > Squid.conf
> >
> >
____________________________________________________________________________
__
> >
> >
> >
> > acl QUERY urlpath_regex cgi-bin \?
> >
> >
> >
> > ################ AUTENTICACAO - AD ###########
> >
> >
> >
> > auth_param ntlm program /usr/lib/squid/ntlm_auth dominio.local/server
> >
> >
> >
> > refresh_pattern ^ftp:                        1440      20%        10080
> >
> > refresh_pattern ^gopher:                1440      0%          1440
> >
> > refresh_pattern ..                                0             20%
4320
> >
> >
> >
> > ################## ACLS's PADRÕES ############################
> >
> >
> >
> > 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 manager proto cache_object
> >
> > 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 CONNECT method CONNECT
> >
> >
> >
> > ##############################################################
> >
> >
> >
> > acl usuarios_autenticados proxy_auth REQUIRED
> >
> > acl all src 0.0.0.0/0.0.0.0
> >
> > acl redelocal src 192.168.11.0/255.255.255.0
> >
> > acl diretoria proxy_auth "/etc/squid/arquivos/diretoria"
> >
> > acl blq_palavras url_regex -i "/etc/squid/arquivos/palavras"
> >
> > acl liberados url_regex "/etc/squid/arquivos/sitesliberados"
> >
> > acl extensoes url_regex "/etc/squid/arquivos/extensoes"
> >
> > no_cache deny QUERY CONNECT
> >
> >
> >
> >
> >
> > http_access allow manager localhost
> >
> > http_access allow QUERY
> >
> > http_access allow manager
> >
> > http_access allow !Safe_ports
> >
> > http_access allow CONNECT
> >
> > http_access allow diretoria
> >
> > http_access allow liberados
> >
> > http_access deny extensoes
> >
> > http_access deny blq_palavras
> >
> > http_access allow usuarios_autenticados
> >
> > http_access deny all
> >
> > icp_access allow all
> >
> >
> >
> >
> >
> > error_directory /usr/share/squid/errors/Portuguese
> >
> > coredump_dir /var/spool/squid
> >
> > visible_hostname proxy
> >
> > delay_pools 0
> >
> >
> >
> >
> >
> > Atenciosamente
> >
> > _______________________________________________________
> >
> >
> >
> > Julio Monteiro
> >
> > Skype: liocesar
> >
> > Msn: [EMAIL PROTECTED]
> >
> > [EMAIL PROTECTED]
> >
> > Visite Meu Site: www.juliomonteiro.net
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > De: [email protected] [mailto:[EMAIL PROTECTED] Em
nome de mantunes
> >  Enviada em: segunda-feira, 18 de fevereiro de 2008 16:04
> >  Para: [email protected]
> >  Assunto: Re: [squid-br] Squid vs IIS
> >
> >
> >
> >
> >
> >
> > aqui eu acessei normalmente usando o meu squid. Talvez seja
> >  problema ai do seu.. posta o seu arquivo de configuração do squid.
> >
> >
> > Em 18/02/08, Julio Monteiro <[EMAIL PROTECTED]> escreveu:
> >
> >
> >
> >
> >
> >
> > Senhores,
> >
> >
> >
> > Estou tendo problema para acessar sites com autenticação em servidor
iis.
> >
> > Ao tentar acessar um site com autenticação em servidores IIS recebo a
seguinte mensagem.
> >
> >
> >
> > The page   cannot be found
> >
> > The page you   are looking for might have been removed, had its name
changed, or is   temporarily unavailable.
> >
> >
> >
> > Please try the   following:
> >
> > Make sure that the Web site address displayed in        the address bar
of your browser is spelled and formatted correctly.
> > If you reached this page by clicking a link,        contact the Web site
administrator to alert them that the link is        incorrectly formatted.
> > Click the Back button to try another link.
> > HTTP Error 404   - File or directory not found.
> >    Internet Information Services (IIS)
> >
> > Technical   Information (for support personnel)
> >
> > Go to Microsoft        Product Support Services and perform a title
search for the words HTTP        and 404.
> > Open IIS Help, which is accessible in IIS        Manager (inetmgr), and
search for topics titled Web Site Setup, Common        Administrative Tasks,
and About Custom Error Messages.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >  Quando retiro o Proxy o site abre  e pede autenticação.
> >
> > Alguém já passou por isto ou conhece alguma solução.
> >
> >
> >
> > Este é site
> >
> > http://www.logon.com.br/download
> >
> >
> >
> >
> >  --
> >  Marcio Antunes
> >  Powered by FreeBSD
> >  ==================================
> >  * Windows: "Where do you want to go tomorrow?"
> >  * Linux: "Where do you want to go today?"
> >  * FreeBSD: "Are you, guys, comming or what?"
> >
> >
> >
> >                   
>
>
>
> --
> Marcio Antunes
> Powered by FreeBSD
> ==================================
> * Windows: "Where do you want to go tomorrow?"
> * Linux: "Where do you want to go today?"
> * FreeBSD: "Are you, guys, comming or what?"
>


-- 
Marcio Antunes
Powered by FreeBSD
==================================
* Windows: "Where do you want to go tomorrow?"
* Linux: "Where do you want to go today?"
* FreeBSD: "Are you, guys, comming or what?"


Enviar mensagem: [email protected] 
Assinar:  [EMAIL PROTECTED] 
Cancelar assinatura:  [EMAIL PROTECTED] 
Proprietário da lista:  [EMAIL PROTECTED]


 
Links do Yahoo! Grupos

 



                
_______________________________________________________ 
Yahoo! Mail - Sempre a melhor opção para você! 
Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/

Responder a