lör 2007-06-16 klockan 11:50 -0300 skrev casfre@gmail.com:
> Hi,
>
> Sorry about last incomplete message. To many keyboards here. :-(
>
> I am trying to make my first external_acl_helper, but I am having problems.
>
> My script ( based on examples from squid-user mail list archive):
>
> #!/usr/bin/perl
> $|=1;
> while ( my $parms = <STDIN> )
> {
> print "OK\n";
> }
>
> squid.conf
>
> external_acl_type myexternalacl %SRC %LOGIN
> /usr/local/squid/libexec/script.pl
> acl testing external myexternalacl
> (There is no ACL using the helper, for awhile, because it is not
> working anyway )
Can you execute the helper from the command line as your
cache_effective_user?
> cache.log
>
> WARNING: myexternalacl #10 (FD45) exited
> (there are 5 lines, changing just # and FD)
Anything relevant before that?
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT