elo guys, i just want to ask what do i need to do. i have installed squid on windows server 2003, and im trying to have an NCSA authentication. but everytime a client access the web, squid is temninated abnormally. this is the error on cache logs 2007/07/04 03:47:55| Starting Squid Cache version 2.6.STABLE12 for i686-pc-winnt... 2007/07/04 03:47:55| Running on Windows XP 2007/07/04 03:47:55| Process ID 2688 2007/07/04 03:47:55| With 2048 file descriptors available 2007/07/04 03:47:55| With 512 CRT stdio descriptors available 2007/07/04 03:47:55| Windows sockets initialized 2007/07/04 03:47:55| Using select for the IO loop 2007/07/04 03:47:55| Performing DNS Tests... 2007/07/04 03:47:55| Successful DNS name lookup tests... 2007/07/04 03:47:55| DNS Socket created at 0.0.0.0, port 3624, FD 4 2007/07/04 03:47:55| Adding DHCP nameserver 58.69.254.135 from Registry 2007/07/04 03:47:55| Adding DHCP nameserver 58.69.254.137 from Registry 2007/07/04 03:47:55| helperOpenServers: Starting 10 'ncsasupport' processes 2007/07/04 03:47:55| ipcCreate: CHILD: c:/squid/ncsasupport: (13) Permission denied 2007/07/04 03:47:55| ipcCreate: PARENT: OK read test failed 2007/07/04 03:47:55| --> read returned 4 2007/07/04 03:47:55| --> got 'ERR%0a' 2007/07/04 03:47:55| WARNING: Cannot run 'c:/squid/ncsasupport' process. 2007/07/04 03:47:55| ipcCreate: CHILD: c:/squid/ncsasupport: (13) Permission denied 2007/07/04 03:47:55| ipcCreate: PARENT: OK read test failed 2007/07/04 03:47:55| --> read returned 4 2007/07/04 03:47:55| --> got 'ERR%0a' and this is what i have added on my squid.conf. acl my_network src 192.168.0.0/24 auth_param basic program c:/squid/ncsasupport c:/squid/passwd auth_param basic children 10 auth_param basic realm Testing Proxy Server auth_param basic credentialsttl 3 hour acl my_lan proxy_auth REQUIRED http_access allow my_lan http_access allow all acl deny_domain dstdomain "c:/squid/deny_domains.acl" acl filetypes urlpath_regex -i "c:/squid/deny_filetype.acl" acl urlads url_regex "c:/squid/deny_ads.acl" http_access deny urlads http_access deny filetypes http_access deny deny_domain http_access allow my_network http_access deny all can anyone tell me what am i doing wrong? pls thank you so much.............. -- View this message in context: http://www.nabble.com/Help-on-squid-NCSA-authentication-tf4022889.html#a11426256 Sent from the Squid - Users mailing list archive at Nabble.com.