• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Squid 3.0 mit ICAP an TrendMicro IWSVA 3.1 ?

Hallo,
ich soll einen squid 3.0 mit einem TrendMicro IWSA 3.1 per ICAP verbinden.
Leider tut sich da gar nichts.
squid ist mit "--enable-icap-client" kompiliert worden, das sagt mir squid -v.
Hier ist ein meine squid.conf.

acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl CONNECT method CONNECT
http_access allow all
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 allow localhost
http_access deny all
icp_access allow localnet
icp_access deny all
htcp_access allow localnet
htcp_access deny all
http_port 3128
never_direct allow all
hierarchy_stoplist cgi-bin ?
access_log /var/log/squid/access.log squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern (cgi-bin|\?) 0 0% 0
refresh_pattern . 0 20% 4320
visible_hostname squid
icap_enable on
icap_preview_enable off
icap_preview_size 128
icap_service service_1 reqmod_precache 0 icap://192.168.99.65:1344/reqmod
icap_class class_1 service_1
icap_access class_1 allow all
coredump_dir /var/spool/squid

Wer kann mir sagen was ich da falsch mache ?
In der access.log sehe ich keine Einträge.
Wenn ich per Browser auf http://192.168.99.65:1344/reqmod gehe bekomme ich
folgende Ausgabe:

ICAP/1.0 400 Bad request


bzw.
telnet 192.168.99.65 8080
Trying 192.168.99.65...
Connected to 192.168.99.65.
Escape character is '^]'.

Danke
Dennis
 
>Und auf welcher Distribution in welcher Version läuft der Squid?

auf Fedora Core 10 64bit
das TerndMicro IWSVA 3.1 basiert auf CentOS 64bit / RHEL 5 auch 64bit
 
Oben