<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello<br>
<br>
what is the essential difference between the default squid package
and this squid34 package,<br>
as I have problems using this squid34 package for FTP connections;<br>
there are no shown icons, when going to e.g. <a class="moz-txt-link-freetext" href="ftp://ftp.adobe.com/">ftp://ftp.adobe.com/</a><br>
when I tell the browser to show the image then I get this squid
generated message ...<br>
<br>
the same config /etc/squid/squid.conf works with the default squid
package ...<br>
<p>
<message><br>
While trying to retrieve the URL:
<a
href="http://zbox-ci323.waldinet.local:3128/squid-internal-static/icons/silk/folder.png">http://proxy.local:3128/squid-internal-static/icons/silk/folder.png</a>
</p>
<p>
The following error was encountered:
</p>
<p>
</p>
<ul type="square">
<li>
<strong>
Access Denied.
</strong>
</li>
</ul>
<p>
Access control configuration prevents your request from being
allowed at this time.<br>
Please contact your service provider if you feel this is
incorrect.
</p>
<p>Your cache administrator is ...</p>
<hr noshade="noshade" size="1px">
<address>
Generated Thu, 25 May 2017 06:50:02 GMT by proxy.local
(squid/3.4.14)
</address>
</message><br>
<br>
has anybody the hint for me, what is wrong ..., here is the
/etc/squid/squid.conf<br>
<br>
<squid.conf><br>
acl localnet src 192.168.1.0/24<br>
<br>
acl SSL_ports port 443<br>
acl Safe_ports port 80 # http<br>
acl Safe_ports port 21 # ftp<br>
acl Safe_ports port 443 # https<br>
acl Safe_ports port 70 # gopher<br>
acl CONNECT method CONNECT<br>
http_access deny !Safe_ports<br>
http_access deny CONNECT !SSL_ports<br>
http_access allow localhost manager<br>
http_access deny manager<br>
http_access deny to_localhost<br>
http_access allow localnet<br>
http_access allow localhost<br>
http_access deny all<br>
http_reply_access allow all<br>
<br>
http_port 3128<br>
<br>
cache_dir ufs /var/spool/squid 16400 16 256<br>
coredump_dir /var/spool/squid<br>
<br>
nonhierarchical_direct off<br>
<br>
visible_hostname proxy.local<br>
unique_hostname proxy.local<br>
<br>
forwarded_for off<br>
cache_mem 2560 MB<br>
<br>
icon_directory /usr/share/squid/icons<br>
error_directory /etc/squid/errors<br>
<br>
as_whois_server whois.ra.net<br>
<br>
logformat combined %>A %[ui %[un [%tl] "%rm %ru HTTP/%rv" %>Hs
%<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh<br>
access_log /var/log/squid/access.log combined<br>
<br>
refresh_pattern ^ftp: 1440 20% 10080<br>
refresh_pattern ^gopher: 1440 0% 1440<br>
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0<br>
refresh_pattern . 0 20% 4320<br>
</squid.conf><br>
<br>
the same host has a running apache, where host proxy.local is a
password protected web, which has the folling <br>
<br>
for port 80<br>
<virt. host><br>
RewriteCond %{HTTP_HOST} ^proxy\.local(:80)?$ [NC]<br>
RewriteRule ^/(.*)$ https://proxy.local/$1 [L,R=301]<br>
</virt. host><br>
<br>
for port 443<br>
<virt. host><br>
<Location /><br>
AuthName Firewall/Router<br>
AuthType Basic<br>
AuthUserFile /var/www/passwrds<br>
Require User admin<br>
</Location><br>
</virt. host><br>
<br>
/var/log/squid/access.log has this ...<br>
<squid log><br>
client - - [25/May/2017:08:50:02 +0200] "GET
http://proxy.local:3128/squid-internal-static/icons/silk/folder.png
HTTP/1.1" 403 1655 "ftp://ftp.adobe.com/" "UserAgent"
TCP_DENIED:HIER_NONE<br>
</squid log><br>
<br>
the apache doesn't log anything in connection with this ...<br>
<br>
has anybody the hint for me, what is causing this?<br>
<br>
Thanks,<br>
Walter<br>
<br>
</body>
</html>