No really a fedora question.
I have installed squid on an AWS instance that I want to use for an http proxy with a password.
First off, I'm just trying to add an ACL to allow any network address to use squid (by default, I think it only lets 192.168.0.0/24)
I've added
Code:
http_access allow all
acl all src 0.0.0.0/0.0.0.0
but when I try and load a page I get
PHP Code:
The following error was encountered while trying to retrieve the URL: http://www.google.co.uk/
Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.