<?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[[SOLVED] squidclient]]></title><description><![CDATA[<p dir="auto">Tested with squid3-dev 3.3.10 pkg 2.2.1 &amp; 2.2.2</p>
<p dir="auto">I wanted to use squidclient for viewing delay_pools monitoring:</p>
<pre><code>squidclient mgr:delay | less
</code></pre>
<p dir="auto">I had to indicate my LAN address because I haven't activated squid for localhost address:</p>
<pre><code>squidclient -h 192.168.0.1 mgr:delay | less
</code></pre>
<pre><code>squidclient -h 192.168.0.1 cache_object://delay
</code></pre>
<pre><code>http://192.168.0.1:3128/squid-internal-mgr/
</code></pre>
<p dir="auto">However, I got a denied response. Here is the beginning of the header:</p>
<pre><code>HTTP/1.1 403 Forbidden
Server: squid/3.3.10
Mime-Version: 1.0
Date: Tue, 08 Apr 2014 11:58:12 GMT
Content-Type: text/html
Content-Length: 3260
X-Squid-Error: ERR_ACCESS_DENIED 0
</code></pre>
<p dir="auto">squidclient is working correctly because if I put something like:</p>
<pre><code>squidclient -h 192.168.0.1 http://www.google.com
</code></pre>
<p dir="auto">I got the page.</p>
<p dir="auto">I think I need some more permission at squid.conf, but I can't see which one.</p>
<p dir="auto"><strong>Related pages I found</strong></p>
<p dir="auto">http://wiki.squid-cache.org/action/show/Features/CacheManager?action=show&amp;redirect=SquidFaq%2FCacheManager#Cache_manager_access_from_squidclient</p>
<p dir="auto">http://www.linuxcertif.com/man/1/squidclient/</p>
<p dir="auto">https://forum.pfsense.org/index.php?topic=30057.0</p>
<p dir="auto">https://redmine.pfsense.org/issues/114</p>
<p dir="auto">Google <strong>squidclient pfsense</strong></p>
<p dir="auto">Google <strong>monitoring delay pools</strong></p>
]]></description><link>https://forum.netgate.com/topic/67635/solved-squidclient</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 22:32:25 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/67635.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Apr 2014 12:14:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] squidclient on Wed, 16 Apr 2014 07:40:27 GMT]]></title><description><![CDATA[<p dir="auto">Sticky thread about <strong>Monitor Squid Status</strong>, https://forum.pfsense.org/index.php?topic=28835.0</p>
]]></description><link>https://forum.netgate.com/post/455728</link><guid isPermaLink="true">https://forum.netgate.com/post/455728</guid><dc:creator><![CDATA[bellera]]></dc:creator><pubDate>Wed, 16 Apr 2014 07:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] squidclient on Tue, 08 Apr 2014 17:31:47 GMT]]></title><description><![CDATA[<p dir="auto">Display the menu</p>
<pre><code> squidclient -h pfsense.localdomain mgr:
</code></pre>
<p dir="auto">Display redirector statistics</p>
<pre><code>[2.1-RELEASE][admin@pfsense.localdomain]/usr/local/pkg(23): squidclient -h pfsense.localdomain mgr:redirector
HTTP/1.1 200 OK
Server: squid/3.3.10
Mime-Version: 1.0
Date: Tue, 08 Apr 2014 17:31:13 GMT
Content-Type: text/plain
Expires: Tue, 08 Apr 2014 17:31:13 GMT
Last-Modified: Tue, 08 Apr 2014 17:31:13 GMT
X-Cache: MISS from localhost
X-Cache-Lookup: MISS from localhost:3128
Via: 1.1 localhost (squid/3.3.10)
Connection: close

Redirector Statistics:
program: /usr/pbi/squidguard-squid3-i386/bin/squidGuard
number active: 8 of 16 (0 shutting down)
requests sent: 162
replies received: 161
queue length: 0
avg service time: 0 msec

      #	     FD	    PID	 # Requests	  # Replies	Flags	   Time	 Offset	Request
      1	     35	  21817	        138	        137	B   	  0.025	      1	(none)
      2	     38	  21850	          9	          9	    	  0.000	      0	(none)
      3	     40	  22029	          3	          3	    	  0.001	      0	(none)
      4	     50	  22108	          0	          0	    	  0.000	      0	(none)
      5	     52	  22275	          0	          0	    	  0.000	      0	(none)
      6	     54	  22309	          0	          0	    	  0.000	      0	(none)
      7	     56	  22602	          0	          0	    	  0.000	      0	(none)
      8	     58	  22846	          0	          0	    	  0.000	      0	(none)

Flags key:

   B = BUSY
   W = WRITING
   C = CLOSING
   S = SHUTDOWN PENDING
</code></pre>
]]></description><link>https://forum.netgate.com/post/453692</link><guid isPermaLink="true">https://forum.netgate.com/post/453692</guid><dc:creator><![CDATA[bellera]]></dc:creator><pubDate>Tue, 08 Apr 2014 17:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] squidclient on Tue, 08 Apr 2014 17:26:25 GMT]]></title><description><![CDATA[<p dir="auto">Adding LAN Address to <strong>Proxy server: Cache management: External Cache-Managers</strong> permits to work with squidclient</p>
<pre><code>[2.1-RELEASE][admin@pfsense.localdomain]/usr/local/pkg(11): squidclient -h pfsense.localdomain mgr:delay 
HTTP/1.1 200 OK
Server: squid/3.3.10
Mime-Version: 1.0
Date: Tue, 08 Apr 2014 17:26:13 GMT
Content-Type: text/plain
Expires: Tue, 08 Apr 2014 17:26:13 GMT
Last-Modified: Tue, 08 Apr 2014 17:26:13 GMT
X-Cache: MISS from localhost
X-Cache-Lookup: MISS from localhost:3128
Via: 1.1 localhost (squid/3.3.10)
Connection: close

Delay pools configured: 1

Pool: 1
	Class: 2

	Aggregate:
		Disabled.

	Individual:
		Disabled.

Memory Used: 1500 bytes
</code></pre>
]]></description><link>https://forum.netgate.com/post/453689</link><guid isPermaLink="true">https://forum.netgate.com/post/453689</guid><dc:creator><![CDATA[bellera]]></dc:creator><pubDate>Tue, 08 Apr 2014 17:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] squidclient on Tue, 08 Apr 2014 17:23:47 GMT]]></title><description><![CDATA[<p dir="auto">https://github.com/pfsense/pfsense-packages/blob/master/config/squid3/33/squid_ng.xml</p>
<p dir="auto"><strong>squid_ng.xml</strong> have code related to activate <strong>cachemgr.cgi</strong> but I can't find this option at the WebGUI.</p>
]]></description><link>https://forum.netgate.com/post/453686</link><guid isPermaLink="true">https://forum.netgate.com/post/453686</guid><dc:creator><![CDATA[bellera]]></dc:creator><pubDate>Tue, 08 Apr 2014 17:23:47 GMT</pubDate></item></channel></rss>