On 4/07/2015 1:20 a.m., Byron Mackay wrote:
>> Did you compile the new helper?
>> What happens if you run it manually?
>
> That was it! I admit that I'm new to the space, but I still should have
> tried to understand basic c++ first. I got it to run manually on my Mac,
> but it looks like I need t
> Did you compile the new helper?
> What happens if you run it manually?
That was it! I admit that I'm new to the space, but I still should have
tried to understand basic c++ first. I got it to run manually on my Mac,
but it looks like I need to compile it on Ubuntu instead of just throwing
it up
On 3/07/2015 9:07 a.m., Byron Mackay wrote:
> I'm running Squid 3.3.8 on Ubuntu inside a Docker container and I want to
> add a custom logger. I want to keep what the current logger is doing and
> append a few things, so I simply copied the default logger's source (
> http://www.squid-cache.org/Doc
I'm running Squid 3.3.8 on Ubuntu inside a Docker container and I want to
add a custom logger. I want to keep what the current logger is doing and
append a few things, so I simply copied the default logger's source (
http://www.squid-cache.org/Doc/code/log__file__daemon_8cc_source.html) and
put it