On Sun, Sep 24, 2006 at 10:15:30AM -0500, Doug Carter wrote:
> I've been running privoxy on FreeBSD for a couple of years and
> decided to move it to a machine running OpenBSD 3.9 (GENERIC)
>
> The package (privoxy-3.0.3p0) seems to load normally and seems to
> start normally
>
> Odd thing is that the privoxy logfile shows only:
>
> Sep 24 09:56:31 Privoxy(-2054692864) Info: Privoxy version 3.0.3
> Sep 24 09:56:31 Privoxy(-2054692864) Info: Program name: /usr/local/
> sbin/privoxy
> Sep 24 09:56:31 Privoxy(-2054692864) Info: Listening on port 8118 on
> all IP addresses
> Sep 24 09:57:52 Privoxy(-1988457472) Request: breakingnews.nypost.com/
> dynamic/fronts/HOME?SITE=NYNYP&SECTION=HOME
> Sep 24 09:57:53 Privoxy(-1988457472) Request: www.nypost.com/css/
> style.css
>
> The page never opens on the browser and no further entries ever
> appear in the log file.
>
> Anyway, I suppose I've missed something in the configuration, but
> just to check... anyone running privoxy on OpenBSD 3.9?
I'm running it on and off, in combination with tor. Privoxy seems to
work fine.
grep -v '^#' /etc/privoxy/config | grep -v '^$' returns
confdir /etc/privoxy
logdir /var/log/privoxy
actionsfile standard # Internal purpose, recommended
actionsfile default # Main actions file
actionsfile user # User customizations
filterfile default.filter
logfile logfile
admin-address [EMAIL PROTECTED]
debug 4096 # Startup banner and warnings
debug 8192 # Errors - *we highly recommended enabling this*
listen-address 192.168.14.1:8118
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
buffer-limit 4096
forward-socks4a / localhost:9050 .
Joachim