<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>actually, the major problems are:<br><br>Once workers > 1, squid looks for /var/run/squid. pidfile for workers=1 is done in squid.conf, but for workers > 1, this will be ignored.<br><br>once configuring localstatedir=/opt/deploy/squid/var using ./configure, for workers > 1, the squid is looking for /opt/deploy/squid/var/runsquid. The directory has to be created properly before starting squid.<br><br>all helpers must be defined in process_number > 1 respectively, otherwise, there are extra helpers launched by process_number = 0 like crtd.<br><br>The document is not clear on this, but we figure it out now.<br><br>Alex<br><br /><br /><div><hr id="stopSpelling">From: alex_wu2012@hotmail.com<br>To: squid3@treenet.co.nz; squid-users@lists.squid-cache.org<br>Date: Fri, 10 Jul 2015 14:21:09 -0700<br>Subject: Re: [squid-users] sslbump and caching of generated cert<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir=ltr>figured it out. It needs all helpers under the process id. I have content redirect helpers which are not under the process ids.<br><br>Alex<br><br><br><div>> Date: Fri, 10 Jul 2015 15:44:49 +1200<br>> From: squid3@treenet.co.nz<br>> To: alex_wu2012@hotmail.com; squid-users@lists.squid-cache.org<br>> Subject: Re: [squid-users] sslbump and caching of generated cert<br>> <br>> On 10/07/2015 7:03 a.m., Alex Wu wrote:<br>> > It seems the option http_port cannot be put under each process ID. If using workers, http_port cannot bind to ports specified from http_port.<br>> > <br>> <br>> ?? Works for me and many others.<br>> <br>> What I dont expect to work is the *same* port line in two specific<br>> workers unless the coordinator process also is assigned to mediate its use.<br>> <br>> The coordinator always needs a generic port for its own use. 3128 is<br>> officially registered for that. But that is a separate problem to what<br>> you are describing.<br>> <br>> Amos<br>> <br></div>                                          </div>
<br>_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users</div>                                         </div></body>
</html>