LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   anyone with any experience using squish? (https://www.linuxquestions.org/questions/linux-networking-3/anyone-with-any-experience-using-squish-394781/)

paul_mat 12-20-2005 01:55 AM

anyone with any experience using squish?
 
Hi there,

Ive just installed squish on my squid server machines and Im looking at limiting downloads for each of my users, although I have it kinda working there is VERY LITTLE documentation for it anywhere, I was wondering if anyone else on the list has used it before and can point me in the direction of some documentation or at least answer a few questions for me.

1. Can I get it to display usernames only, not ip address?

2. How can I set the download limit?

3. Is there a squish.conf or equivalent somewhere Im missing?

paul_mat 12-20-2005 05:37 PM

also i've noticed when i start squid i get this error message

[root@fedora /]# /etc/init.d/squid restart
Stopping squid: 2005/12/21 09:37:06| squid.conf line 1846: acl SQUISHED2 ident "/etc/squid/squished"
2005/12/21 09:37:06| aclParseAclLine: Invalid ACL type 'ident'
2005/12/21 09:37:06| squid.conf line 1848: deny_info http://fedora.directory.server
2005/12/21 09:37:06| aclParseDenyInfoLine: deny_info line contains no ACL's, skipping
2005/12/21 09:37:06| parseConfigFile: line 1849 unrecognized: '/squish/?squished& SQUISHED1'
2005/12/21 09:37:06| squid.conf line 1850: deny_info http://fedora.directory.server
2005/12/21 09:37:06| aclParseDenyInfoLine: deny_info line contains no ACL's, skipping
2005/12/21 09:37:06| parseConfigFile: line 1851 unrecognized: '/squish/?squished& SQUISHED2'
2005/12/21 09:37:06| squid.conf line 1852: deny_info http://fedora.directory.server
2005/12/21 09:37:06| aclParseDenyInfoLine: deny_info line contains no ACL's, skipping
2005/12/21 09:37:06| parseConfigFile: line 1853 unrecognized: '/squish/?squished& SQUISHED3'
2005/12/21 09:37:06| squid.conf line 1856: http_access deny SQUISHED2
2005/12/21 09:37:06| aclParseAccessLine: ACL name 'SQUISHED2' not found.
2005/12/21 09:37:06| squid.conf line 1856: http_access deny SQUISHED2
2005/12/21 09:37:06| aclParseAccessLine: Access line contains no ACL's, skipping
........ [ OK ]
init_cache_dir /dev/null... Starting squid: .. [ OK ]

i've looked at the squid.conf file and it dosn't really seam to make much sense to me as to what the ACL's are doing? but i guess they are apart of the squish software so i don't want to delete them, can someone tell me whats going wrong?

this is what is listed in my squid.conf file

# added by squish (begin)
acl SQUISHLOC dst fedora.directory.server

acl SQUISHED1 proxy_auth "/etc/squid/squished"
acl SQUISHED2 ident "/etc/squid/squished"
acl SQUISHED3 src "/etc/squid/squished"
deny_info http://fedora.directory.server
/squish/?squished& SQUISHED1
deny_info http://fedora.directory.server
/squish/?squished& SQUISHED2
deny_info http://fedora.directory.server
/squish/?squished& SQUISHED3
http_access allow SQUISHLOC
http_access deny SQUISHED1
http_access deny SQUISHED2
http_access deny SQUISHED3
# added by squish (end)

paul_mat 01-03-2006 08:57 AM

i have figure it out with help from the creator of the program Andrew McGill and posted my findings on my local LUG website

http://tlug.dnho.net/?q=node/174#comment-212


All times are GMT -5. The time now is 07:18 PM.