Hello! Most recently I povilas problem with the proxy server “squid 3.0” I can not make a Squid proxy-server host: port
Here is my configuration file.
---- squid. conf —
http_port 10.169.33.22:5840
acl rivanet src 192.168.0.1-192.168.254.254
acl rivanet2 src 10.0.0.1-10.254.254.254
http_access allow rivanet
http_access allow rivanet2
http_access deny all
cache_peer 127.0.0.1 parent 3000 no-query default
never_direct allow all
run Squid wrote this:
ISERVER:~ # squid
FATAL: Bungled squid.conf line 7: cache_peer 127.0.0.1 parent 3000 no-query default
Squid Cache (Version 3.0.STABLE5): Terminated abnormally.
CPU Usage: 0.032 seconds = 0.028 user + 0.004 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
ISERVER:~ #
Where could I make a mistake?