Not sure whether the below changes will work for you....
(as they are currently in my working privoxy configuration...
just a suggestion, you can always revert back if it does not work)
my S24privoxy start file looks like below
#!/bin/sh
ENABLED=yes
PROCS=privoxy
ARGS="/opt/etc/privoxy/config"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ulimit -s 2048
ulimit -n 2048
. /opt/etc/init.d/rc.func
you can try running the S24privoxy from shell and see if things work out for you
and few configuration suggestions for the /opt/etc/privoxy/config file
enable-compression 1 -> change to 0
compression-level 6
enforce-blocks 1 -> change to 0
keep-alive-timeout 200 -> change to 300
socket-timeout 200 -> change to 300
Hi spalife,
Thanks for your answer. I tried to change a bit the config as suggested but still the same issue. I guess something is wrong with this version of privoxy.
Regards,