Re: [squid-users] loading acl client ips from a file ?

2006-08-04 Thread S t i n g r a y
thanks sir ..

If i am not asking to much can you please hint me
syntax of blocking downloads of some extensions ? to
this ACL ?
i am after this thing since 2 days now but still
unsuccessfull
 actually i want to block certain Ip's in a file to
download certain contents.
of what i found out in documentation i have to create
a acl for the clients which i did in the syntax below,
then another ACL for the blocked extension,  lastly
create a rule , now this i am going unsuccessfully in
, can you help me out here ?


regards

--- Christoph Haas [EMAIL PROTECTED] wrote:

 On Thursday 03 August 2006 18:18, S t i n g r a y
 wrote:
  sir i did this according to the docs it should be
 like
  this
 
  acl packb /home/admin/packb
 
 You forgot the type.
 
 acl packb src ...
 
  Christoph
 


*º¤., ¸¸,.¤º*¨¨¨*¤ Stingray *º¤., ¸¸,.¤º*¨¨*¤
  



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


[squid-users] loading acl client ips from a file ?

2006-08-03 Thread S t i n g r a y
is it possible to load list of client ips from a text
file ? in squid ?



*º¤., ¸¸,.¤º*¨¨¨*¤ Stingray *º¤., ¸¸,.¤º*¨¨*¤
  



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: [squid-users] loading acl client ips from a file ?

2006-08-03 Thread Christoph Haas
On Thursday 03 August 2006 15:26, S t i n g r a y wrote:
 is it possible to load list of client ips from a text
 file ? in squid ?

Y e s,  i t   i s.

See the documentation on ACLs. The text file needs to be specified in 
quotes ().

 Christoph


Re: [squid-users] loading acl client ips from a file ?

2006-08-03 Thread S t i n g r a y
sir i did this according to the docs it should be like
this 

acl packb /home/admin/packb  

but its giving errors

bash-3.1# /usr/local/sbin/squid -k reconfigure
2006/08/04 02:00:49| aclParseAclLine: Invalid ACL type
'/home/admin/packb'
FATAL: Bungled squid.conf line 19: acl packb
/home/admin/packb
Squid Cache (Version 2.5.STABLE12): Terminated
abnormally.


any ideas ?
 

--- Christoph Haas [EMAIL PROTECTED] wrote:

 On Thursday 03 August 2006 15:26, S t i n g r a y
 wrote:
  is it possible to load list of client ips from a
 text
  file ? in squid ?
 
 Y e s,  i t   i s.
 
 See the documentation on ACLs. The text file needs
 to be specified in 
 quotes ().
 
  Christoph
 


*º¤., ¸¸,.¤º*¨¨¨*¤ Stingray *º¤., ¸¸,.¤º*¨¨*¤
  



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: [squid-users] loading acl client ips from a file ?

2006-08-03 Thread Christoph Haas
On Thursday 03 August 2006 18:18, S t i n g r a y wrote:
 sir i did this according to the docs it should be like
 this

 acl packb /home/admin/packb

You forgot the type.

acl packb src ...

 Christoph