Hello,

If you want to modify the squid code, look in main.c for:

fprintf(stdout,"%s %s/%s %s
%s\n",redirect,squidInfo.src,squidInfo.srcDomain,squidInfo.ident,squidInfo.method);

and comment out this command and replace it with:

puts("");

and then recompile and install.


This is where squidGuard actually sends the redirector url back to
squid, and if squid 'sees' the null string, it passes the original url.

Murrah Boswell


David wrote:
> 
> Hi all,
> 
> Is it possible to have squidGuard only log access to inappropriate sites
> without redirecting the user to a "Thou Shalt Not" page?
> 
> I want to use squidGuard to create a log which Sarg can later incorperate into
> it's reports so we can see who has been where without censoring user's web
> access.
> 
> TIA,
> 
> David.
> 
> This e-mail and any attachments may contain confidential and
> privileged information.
> If you are not the intended recipient, please notify the sender
> immediately by return e-mail, delete this e-mail and destroy any
> copies. Any dissemination or use of this information by a person other
> than the intended recipient is unauthorized and may be illegal.

Reply via email to