I'm running Squid locally and I'd like to access by Ruby server running on localhost:3000 through Squid.
If I try to acces localhost:3000 I get this message:
The following error was encountered while trying to retrieve the URL:
http://localhost:3000/
Access Denied.
Access control configuration prevents your request from being allowed
at this time.
How can I configure Squid to allow access to localhost from localhost?
I´ve updated this line from deny to allow: http_access allow to_localhost