I am having problems trying to get the password box to popup in the 
client's browser but no password box comes up.  Here is my code 
Please tell me if i am doing something wrong.
acl ebsco dstdomain .ebsco.com
acl colstate dstdomain .colstate.edu
acl BAD dst 0.0.0.0/0.0.0.0
 
http_access allow ebsco
http_access allow colstate
http_access deny BAD
http_access allow localhost
acl proxyUSER proxy_auth REQUIRED
 
http_access allow proxyUSER
http_access deny all
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Mar 07 2001 - 09:57:49 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:33 MST