LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Squid problems on scientific linux (https://www.linuxquestions.org/questions/linux-software-2/squid-problems-on-scientific-linux-4175454906/)

waypc 03-20-2013 04:58 PM

Squid problems on scientific linux
 
Hi folks so I have problems on a server with scientific linux and after install squid proxy 64 bits version they show me that error message.


(squid): The basicauthenticator helpers are crashing too rapidly, need help!


So if someone knows how to resolv this please send me the answer.

thanks

Wilson

GlennsPref 03-20-2013 05:19 PM

Hi, found this page here @ LQ. It has some suggestions, about location of file(name)s and permissions. and some checks you can try.

web search...
Quote:

(squid): The basicauthenticator helpers are crashing
Many listings...

http://www.freesoftwaremagazine.com/...ion_with_squid
http://www.squid-cache.org/mail-arch...0511/0220.html

hth

hamlindsza 03-21-2013 11:43 AM

@waypc post your squid.conf

waypc 03-28-2013 10:40 AM

Sorry my late kkk so Try to found a solution, my squid.conf next....


acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1

acl SSL_ports port 443
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 CONNECT method CONNECT
acl rede src 192.168.0.0/24
acl bloqueados url_regex -i orkut facebook youtube webmail msn gmail porn pornô sexy sexo cú travesti buceta bunda pau twitter messenger globo.com
acl auth proxy_auth REQUIRED
acl expediente time MTWHF 18:10-23:59
acl Almoco time MTWHF 11:59-12:59
acl expediente1 time 00:00-07:59
acl Liberados arp 00:12:3F:F0:79:45 00:23:AE:B7:A9:BC 00:24:2C:AE:92:66 F0:4D:A2:E2:C2:95 78:2B:CB:BD:41:63

#
# Only allow cachemgr access from localhost
http_access allow Liberados
http_access allow expediente

# Deny requests to certain unsafe ports
http_access allow expediente1

# Deny CONNECT to other than secure SSL ports
http_access allow Almoco

# We strongly recommend the following be uncommented to protect innocent
# web applications running on the proxy server who think the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost

#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#

# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
#http_access allow localnet
http_access deny bloqueados

# And finally deny all other access to this proxy
http_access allow manager localhost
http_access allow localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow auth
http_access allow rede
http_access deny all

waypc 04-01-2013 04:02 PM

Thanks all folks I found a solution....

best regards from Brazil ....


Wilson


All times are GMT -5. The time now is 06:23 AM.