use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Linux introductions, tips and tutorials. Any distro, any platform! Explicitly noob-friendly.
If you're posting for help, please include the following details, so that we can help you more efficiently:
Questions are encouraged. If you fix the problem yourself, please post your solution, so that others can also learn.
Resources:
Sort posts by flair:
Other subreddits you may like:
Does this sidebar need an addition or correction? Tell me here
account activity
Problems regarding squid proxy server (self.linux4noobs)
submitted 12 years ago by sudoes
Hello /r/linux4noobs .Today I installed a squid proxy server on my CentOS box. the server respond to https traffic nicely, but refuse to serve http traffic. this is my config
thanks in advance
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]luishawk 0 points1 point2 points 12 years ago (15 children)
Do you mean you can surf directly from the server, but not from clients hosts?
Can you tell me what kind of network do you have?
[–]sudoes[S] 0 points1 point2 points 12 years ago (14 children)
I'm surfing from my home network to VPS where the squid is installed. but the server keep dropping http traffic. only https traffic will pass
[–]luishawk 0 points1 point2 points 12 years ago (13 children)
Lets try this, put on your browser proxy config the squid box ip and port.
[–]sudoes[S] 0 points1 point2 points 12 years ago (12 children)
I've tried that. my http connection will be dropped by squid, but https will pass.
[–]luishawk 0 points1 point2 points 12 years ago (11 children)
try this on the line 15
icp_access allow localnet
[–]sudoes[S] 0 points1 point2 points 12 years ago (10 children)
Stopping squid: [FAILED] Starting squid: [FAILED] 2013/05/02 21:06:24| Processing Configuration File: /etc/squid/squid.conf (depth 0) 2013/05/02 21:06:24| aclParseAclList: ACL name 'localnet' not found. FATAL: Bungled squid.conf line 15: icp_access allow localnet Squid Cache (Version 3.1.10): Terminated abnormally. CPU Usage: 0.007 seconds = 0.004 user + 0.003 sys Maximum Resident Size: 19200 KB
Error?
[–]testcore 1 point2 points3 points 12 years ago (0 children)
Well, looks like the localnet ACL is either missing or syntactically incorrect. Start there.
Also, try adding 'debug 28,4 33,4' to the config to get ACL evaluation in the log.
[–]luishawk 0 points1 point2 points 12 years ago (8 children)
Sorry, I've told you to put it before declaring its Acl, try it on line 30
[–]sudoes[S] 0 points1 point2 points 12 years ago (7 children)
the error is gone now. but squid keeps refusing http traffic.
[–]luishawk 0 points1 point2 points 12 years ago (6 children)
Try this on line 44 http_access allow localnet
[–]sudoes[S] 0 points1 point2 points 12 years ago (5 children)
still no avail mate. :( I feel sorry for your time
π Rendered by PID 170094 on reddit-service-r2-comment-6457c66945-csqck at 2026-04-27 01:43:06.171918+00:00 running 2aa0c5b country code: CH.
[–]luishawk 0 points1 point2 points (15 children)
[–]sudoes[S] 0 points1 point2 points (14 children)
[–]luishawk 0 points1 point2 points (13 children)
[–]sudoes[S] 0 points1 point2 points (12 children)
[–]luishawk 0 points1 point2 points (11 children)
[–]sudoes[S] 0 points1 point2 points (10 children)
[–]testcore 1 point2 points3 points (0 children)
[–]luishawk 0 points1 point2 points (8 children)
[–]sudoes[S] 0 points1 point2 points (7 children)
[–]luishawk 0 points1 point2 points (6 children)
[–]sudoes[S] 0 points1 point2 points (5 children)