*nix Thread, Squid configuration problem in Technical; Hi again.
I have made a Squid cache on a Ubuntu 8.04.1 server. Browsed the web on how to build ...
-
22nd October 2008, 01:42 PM #1 Squid configuration problem
Hi again.
I have made a Squid cache on a Ubuntu 8.04.1 server. Browsed the web on how to build it.
Configuration is:
Ubuntu 8.04.1 Server
Samba 3.0.28 (3.0.28a-1ubuntu4.4)
Winbind
Kerberos 5
Squid 2.6 (2.6.18-1ubuntu3)
Got a slight problem with NTLM scheme parameters. Errors that I get when I restart Squid are:
unrecognized ntlm auth scheme parameter 'use_ntlm_negotiate'
unrecognized ntlm auth scheme parameter 'max_challenge_reuses'
unrecognized ntlm auth scheme parameter 'max_challenge_life'
My squid.conf file (may need a bit of a tidy):
==================================
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param ntlm use_ntlm_negotiate on
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid Proxy Server
auth_param basic credentialsttl 2 hours
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
hosts_file /etc/hosts
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
acl authenticated_users proxy_auth REQUIRED
acl lan src 10.103.0.0-10.103.3.255
http_access allow authenticated_users
http_access allow localhost
http_access allow lan
http_access deny all
http_reply_access allow all
icp_access allow all
visible_hostname ubuntuproxy
coredump_dir /var/spool/squid
http_port 8000
cache_peer cachepilot sibling 8000 3130 proxy-only login=ubuntu:ubuntu
cache_effective_user squid
cache_effective_group squid
=============================
Kinda copied the stuff above but changed and added the odd one or two things.
Any ideas peeps?
Cheers
-
-
IDG Tech News
-
22nd October 2008, 02:19 PM #2
Got a slight problem with NTLM scheme parameters. Errors that I get when I restart Squid are:
unrecognized ntlm auth scheme parameter 'use_ntlm_negotiate'
unrecognized ntlm auth scheme parameter 'max_challenge_reuses'
unrecognized ntlm auth scheme parameter 'max_challenge_life'
These configuration options have been removed from the version of squid you are using.
-
-
22nd October 2008, 02:53 PM #3 Cool. Squid should run ok without these parameters?
Thanks
-
-
22nd October 2008, 02:59 PM #4 It is already. It's just moaning at you to remove them.
-
Thanks to Geoff from:
Cragzman (22nd October 2008)
SHARE: 
Similar Threads
-
By saundersmatt in forum Web Development
Replies: 3
Last Post: 12th July 2008, 09:17 AM
-
Replies: 4
Last Post: 27th June 2008, 10:52 AM
-
By robknowles in forum Wireless Networks
Replies: 1
Last Post: 28th May 2008, 04:01 AM
-
By marvin in forum Windows
Replies: 6
Last Post: 24th January 2008, 11:16 AM
-
By mseaney in forum Windows
Replies: 6
Last Post: 1st December 2005, 12:38 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules