As I am new to linux world, could you give me the exact commands and what
should be the result.
Thanks,
V.Ravi
Henrik Nordstrom
<hno@squid-cache. To: VRavi@scmmicro.co.in
org> cc: squid-users@squid-cache.org
Subject: Re: [squid-users] takes too long to display first
03/19/2004 01:47 page after authentication
PM
On Fri, 19 Mar 2004 VRavi@scmmicro.co.in wrote:
> If I enable any authentication ( SMb_auth, squid_ldap_auth , ntlm_auth )
> takes too long to display the pages. Even already visited sites also
takes
> too long to display. If I disable authentication, the performence is back
> to normal.
Are you using NTLM or Basic authentication scheme?
Try just configuring the Basic scheme and use the following dummy helper:
#!/bin/sh
while read request; do
echo OK
done
If this works then your problem is in the communication between the helper
and your backend user database.
Regards
Henrik
Received on Mon Mar 22 2004 - 23:42:01 MST
This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:02 MST