<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Squid(6.6) version with latest security updates]]></title><description><![CDATA[<p dir="auto">Hello fellow Netgate community members can you please help?</p>
<p dir="auto">With use of PFS version 24.03. I have issues with the squid package status page in PHP. Squid works flawlessly It’s just the status page that shows an error condition. Does anybody know how to resolve that so I can see the statuses for how much of the cache is used etc? It seems like a simple fix however I’ve been working with squid email help and I have tried everything that they could tell me to yet I still get Error  access denied.</p>
]]></description><link>https://forum.netgate.com/topic/189440/squid-6-6-version-with-latest-security-updates</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 13:47:30 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/189440.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Aug 2024 17:53:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Squid(6.6) version with latest security updates on Thu, 01 Aug 2024 20:18:33 GMT]]></title><description><![CDATA[<p dir="auto">The directive<br />
cachemgr_passwd</p>
<p dir="auto">does not allow the ability to add a username right?</p>
<p dir="auto">How can one get</p>
<p dir="auto">if (OriginAuthorization.user) {<br />
const auto savedPassword = OriginAuthorization.password;<br />
if (pathPassword)<br />
OriginAuthorization.password = pathPassword;<br />
OriginAuthorization.commit(msg);<br />
OriginAuthorization.password = savedPassword; // restore the global password setting<br />
}</p>
<p dir="auto">to function without the username to go with cachemgr_passwd now?</p>
<p dir="auto">It would require both now</p>
<pre><code>        if (ProxyAuthorization.password &amp;&amp; !ProxyAuthorization.user) {
            std::cerr &lt;&lt; "ERROR: Proxy authentication password (-w) is given, but username (-u) is missing\n";
            exit(EXIT_FAILURE);
        }
        if (OriginAuthorization.password &amp;&amp; !OriginAuthorization.user) {
            std::cerr &lt;&lt; "ERROR: WWW authentication password (-W) is given, but username (-U) is missing\n";
            exit(EXIT_FAILURE);
        }
</code></pre>
<p dir="auto">right?</p>
]]></description><link>https://forum.netgate.com/post/1179003</link><guid isPermaLink="true">https://forum.netgate.com/post/1179003</guid><dc:creator><![CDATA[JonathanLee]]></dc:creator><pubDate>Thu, 01 Aug 2024 20:18:33 GMT</pubDate></item><item><title><![CDATA[Reply to Squid(6.6) version with latest security updates on Thu, 01 Aug 2024 20:09:40 GMT]]></title><description><![CDATA[<p dir="auto">https://github.com/squid-cache/squid/commit/3c383cc371e7ad69c533e629c6997f325aa3752d</p>
]]></description><link>https://forum.netgate.com/post/1179002</link><guid isPermaLink="true">https://forum.netgate.com/post/1179002</guid><dc:creator><![CDATA[JonathanLee]]></dc:creator><pubDate>Thu, 01 Aug 2024 20:09:40 GMT</pubDate></item><item><title><![CDATA[Reply to Squid(6.6) version with latest security updates on Thu, 01 Aug 2024 20:02:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonathanlee">@<bdi>JonathanLee</bdi></a><br />
https://github.com/squid-cache/squid/commit/a4e35bd8ffe51cda83e63faab79bda5a838c7e1a</p>
]]></description><link>https://forum.netgate.com/post/1179001</link><guid isPermaLink="true">https://forum.netgate.com/post/1179001</guid><dc:creator><![CDATA[JonathanLee]]></dc:creator><pubDate>Thu, 01 Aug 2024 20:02:02 GMT</pubDate></item><item><title><![CDATA[Reply to Squid(6.6) version with latest security updates on Thu, 01 Aug 2024 19:40:43 GMT]]></title><description><![CDATA[<p dir="auto">https://github.com/squid-cache/squid/pull/1406</p>
]]></description><link>https://forum.netgate.com/post/1178999</link><guid isPermaLink="true">https://forum.netgate.com/post/1178999</guid><dc:creator><![CDATA[JonathanLee]]></dc:creator><pubDate>Thu, 01 Aug 2024 19:40:43 GMT</pubDate></item></channel></rss>