> ERROR > The requested URL could not be retrieved > > While trying to retrieve the URL: http://localhost:81/ > > The following error was encountered: > > * Access Denied. > My squid.conf: I doubt it is your complete squid.conf, as an ACL is used that's not present: > http_access deny !Safe_ports This ACL is probably also the cause for the error: 81 isn't usually in a list of 'safe ports'. The 'No running copy' error might come from this: > pid_filename /var/run/squid.pid Does the user that squid runs as have write access to this file? When you startup the server, is an error printed in /var/log/squid/cache.log? Joost