On 30/11/2015 5:44 p.m., Marcio Demetrio Bacci wrote:
> Hi,
>
> I have the following problem with squid3 (3.1) on samba4:
>
> In /var/log/squid3/cache.log appear this information:
>
> 2015/11/29 23:53:53| storeLateRelease: released 0 objects
> failed to call wbcLookupName: WBC_ERR_DOMAIN_NOT_F
On 11/29/2015 07:03 PM, xxiao8 wrote:
> Is it possible to bump a URL then splice it immediately after when the
> client requests the same URL again?
>
> Put another way, I can set a few URL lists and put them to ssl-bump or
> ssl-splice statically, can I dynamically load the lists on the fly? so
>
Hi,
I have the following problem with squid3 (3.1) on samba4:
In /var/log/squid3/cache.log appear this information:
2015/11/29 23:53:53| storeLateRelease: released 0 objects
failed to call wbcLookupName: WBC_ERR_DOMAIN_NOT_FOUND
Could not lookup name domain^users
failed to call wbcStringToSid:
On 30/11/2015 3:19 p.m., 风声 wrote:
> I try to use jemalloc, but from monitoring, there is no difference,
>
> I follow this guide:
> https://github.com/jemalloc/jemalloc/wiki/Getting-Started
>
> I used LD_PRELOAD to let squid use jemalloc.
>
> is there something wrong ?
>
> If I want to re-compi
On 27/11/2015 1:22 a.m., Verónica Ovando wrote:
> Amos, thanks for your help.
>
> I followed carefully every suggestion you gave me. And the problem
> persists.
>
> I rebuilt the cache, checked that IE has IWA enabled and added the lines
> in the squid.conf but that change did not clarify me the
I try to use jemalloc, but from monitoring, there is no difference,
I follow this guide:
https://github.com/jemalloc/jemalloc/wiki/Getting-Started
I used LD_PRELOAD to let squid use jemalloc.
is there something wrong ?
If I want to re-compile squid with jemalloc, how can i do that ? Can I just
Is it possible to bump a URL then splice it immediately after when the
client requests the same URL again?
Put another way, I can set a few URL lists and put them to ssl-bump or
ssl-splice statically, can I dynamically load the lists on the fly? so
the same URL can be either spliced or bumped
On 29/11/2015 8:11 p.m., Alex Samad wrote:
> Hi
>
> its in the scripts
> stop() {
> echo -n $"Stopping $prog: "
> $SQUID -k check -f $SQUID_CONF >> /var/log/squid/squid.out 2>&1
> RETVAL=$?
> if [ $RETVAL -eq 0 ] ; then
>
>
> Any reason to check the config before
thanks alex your answer was what i need tks
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/source-code-question-tp4674876p4674878.html
Sent from the Squid - Users mailing list archive at Nabble.com.
___
squid-users
On 11/29/2015 09:03 AM, joe wrote:
> pls don't mind me if i ask. purpose learning and have capability of helping
Please post Squid development questions to squid-dev, not squid-users.
> int64_t expectlen = entry->getReply()->content_length +
> entry->getReply()->hdr_sz;
> int64_t curlen = mem
pls don't mind me if i ask. purpose learning and have capability of helping
int64_t expectlen = entry->getReply()->content_length +
entry->getReply()->hdr_sz;
int64_t curlen = mem->endOffset();
expectlen is the content_length +
the curlen is it = expectlen ???
pls tks
--
View this message
On 29/11/2015 09:11, Alex Samad wrote:
Hi
its in the scripts
stop() {
echo -n $"Stopping $prog: "
$SQUID -k check -f $SQUID_CONF >> /var/log/squid/squid.out 2>&1
RETVAL=$?
if [ $RETVAL -eq 0 ] ; then
Any reason to check the config before stopping a running s
12 matches
Mail list logo