Re: [squid-users] external helper

2013-03-20 Thread Amos Jeffries
On 21/03/2013 11:55 a.m., hadi wrote: I'm trying to configure squid with my own external helper. But doesn't take Im getting error msg [root@host1 squid]# ./sbin/squid 2013/03/21 01:41:19| Can't use proxy auth because no authentication schemes are fully configured. ^^^ see above. %LOGIN dep

RE: [squid-users] external helper

2013-03-21 Thread hadi
On 21/03/2013 11:55 a.m., hadi wrote: > > > I'm trying to configure squid with my own external helper. But doesn't > take Im getting error msg > > [root@host1 squid]# ./sbin/squid > 2013/03/21 01:41:19| Can't use proxy auth because no authentication > schemes are fully configured. ^^^ see abov

Re: [squid-users] external helper

2013-03-21 Thread Amos Jeffries
On 22/03/2013 4:20 a.m., hadi wrote: On 21/03/2013 11:55 a.m., hadi wrote: I'm trying to configure squid with my own external helper. But doesn't take Im getting error msg [root@host1 squid]# ./sbin/squid 2013/03/21 01:41:19| Can't use proxy auth because no authentication schemes are fully co

RE: [squid-users] external helper

2013-03-23 Thread hadi
On 22/03/2013 4:20 a.m., hadi wrote: > > On 21/03/2013 11:55 a.m., hadi wrote: >> >> I'm trying to configure squid with my own external helper. But >> doesn't take Im getting error msg >> >> [root@host1 squid]# ./sbin/squid >> 2013/03/21 01:41:19| Can't use proxy auth because no authentication

Re: [squid-users] External Helper Question.

2007-11-17 Thread Henrik Nordstrom
On tor, 2007-11-15 at 23:05 -0500, Louis Gonzales wrote: > "The question" is there a way to permit all of these additional > extraneous sources of images/ad's, as in, is there a way to tell squid, > "check the external helper for the LOGIN/HOST(website), if permitted > 'allow all content too?'

Re: [squid-users] External Helper - %{Hdr:member} ?

2007-11-21 Thread Henrik Nordstrom
On ons, 2007-11-21 at 00:07 -0500, Louis Gonzales wrote: > Where I seem to be failing is, attempting to send any other HTTP host > header information, just is not working for me. > > For example if I try: > %{Referer} I'm getting a "-" which means nothing was passed. Works for me. > I've also

Re: [squid-users] External Helper - %{Hdr:member} ?

2007-11-21 Thread Louis Gonzales
Henrik Nordstrom wrote: On ons, 2007-11-21 at 00:07 -0500, Louis Gonzales wrote: Where I seem to be failing is, attempting to send any other HTTP host header information, just is not working for me. For example if I try: %{Referer} I'm getting a "-" which means nothing was passed. W

Re: [squid-users] External Helper - %{Hdr:member} ?

2007-11-21 Thread Henrik Nordstrom
On ons, 2007-11-21 at 20:13 -0500, Louis Gonzales wrote: > Per the RFC for HTTP headers, Referer has both 'absoluteURI' and > 'relativeURI', do you have an example of 'any' of the %{Hdr:member} HTTP > headers, for syntactical reference? THats just two different syntaxes for the URI in Referer,

Re: [squid-users] External Helper - %{Hdr:member} ?

2007-11-22 Thread Louis Gonzales
Henrik, Thank you for the response with examples. For some reason, after I restarted squid, the %{Referer} worked. I debugged by writing out a string that the external helper was passed, into a text log file - in short, the Referer is working; nonetheless, thanks for the additional insight!

Re: [squid-users] External helper problem

2013-03-05 Thread Matthew Goff
On Tue, Mar 5, 2013 at 4:21 PM, Mateusz Kamiński wrote: > Additional question - how to debug such helper problems - is there any > way to get squid log sending request to helper and getting response > from it? # TAG: debug_options # Logging options are set as section,level where each source fi

Re: [squid-users] External helper problem

2013-03-05 Thread Alex Rousskov
On 03/05/2013 03:21 PM, Mateusz Kamiński wrote: > I am trying to use my own external helper with squid (currently i am > checking 3.3.2 version). Here is my helper code used for testing(bl.pl > file): > > #!/usr/bin/perl > while ($l=<>) { > print "OK\n"; > } Do you need to disable output b

Re: [squid-users] external helper authorisation to a NT trusted domain

2004-12-09 Thread Henrik Nordstrom
On Thu, 2 Dec 2004, Grund, Andreas wrote: domain. For example: 'userB' belonging to group 'grpB' in domain 'DOM_B' tries to open a page. Now wbinfo_group gets 'DOM_B+userB grpB' and is sending 'ERR' to quid (could not lookup name). The group names is what you specify in squid.conf. If you want to l