hallo linuxer;
saya punya masalah pada squid dengan mysql_auth
di terminal mysql_auth dah jalan, misal
user : ngatmin
password : ngatmin

terminal>./mysql_auth
ngatmin ngatmin
OK
(jika OK asumsi saya dah jalan)

di squid.conf
auth_param basic program /usr/lib/squid/mysql_auth
auth_param basic children 5
auth_param basic realm Masukkan username dan password
auth_param basic credentialsttl 2 hours

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl labz src 10.14.5.0/255.255.255.0
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 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 pengguna proxy_auth REQUIRED
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
http_access deny ! pengguna
http_access allow labz
http_access allow localhost
http_access deny all

tapi kok klo di akses lewat browser tetep aja gagal!
kenapa ya mas??help me...
thanks


[Non-text portions of this message have been removed]

Kirim email ke